MCPcopy Create free account
hub / github.com/OpenZWave/open-zwave / GetLibraryTypeName

Function GetLibraryTypeName

cpp/src/Driver.h:231–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected