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

Method GetRoleType

cpp/src/Node.h:383–383  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

381 uint16 GetDeviceType() const { return m_deviceType; }
382 string GetDeviceTypeString();
383 uint8 GetRoleType() const { return m_role; }
384 string GetRoleTypeString();
385 uint8 GetNodeType() const { return m_nodeType; }
386 string GetNodeTypeString();

Callers 1

GetNodeRoleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected