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

Function GetControllerPath

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

Source from the content-addressed store, hash-verified

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; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected