| 226 | uint16 GetProductType()const{ return m_productType; } |
| 227 | uint16 GetProductId()const{ return m_productId; } |
| 228 | string GetControllerPath()const{ return m_controllerPath; } |
| 229 | ControllerInterface GetControllerInterfaceType()const{ return m_controllerInterfaceType; } |
| 230 | string GetLibraryVersion()const{ return m_libraryVersion; } |
| 231 | string GetLibraryTypeName()const{ return m_libraryTypeName; } |
nothing calls this directly
no outgoing calls
no test coverage detected