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

Method GetNodeType

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

Source from the content-addressed store, hash-verified

383 uint8 GetRoleType() const { return m_role; }
384 string GetRoleTypeString();
385 uint8 GetNodeType() const { return m_nodeType; }
386 string GetNodeTypeString();
387
388 uint16 m_deviceType;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected