| 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; |
nothing calls this directly
no outgoing calls
no test coverage detected