| 229 | ControllerInterface GetControllerInterfaceType()const{ return m_controllerInterfaceType; } |
| 230 | string GetLibraryVersion()const{ return m_libraryVersion; } |
| 231 | string GetLibraryTypeName()const{ return m_libraryTypeName; } |
| 232 | int32 GetSendQueueCount()const |
| 233 | { |
| 234 | int32 count = 0; |
nothing calls this directly
no outgoing calls
no test coverage detected