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

Method GetSpecific

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

Source from the content-addressed store, hash-verified

314 uint8 GetBasic()const{ return m_basic; }
315 uint8 GetGeneric()const{ return m_generic; }
316 uint8 GetSpecific()const{ return m_specific; }
317 string const& GetType()const{ return m_type; }
318 uint32 GetNeighbors( uint8** o_associations );
319 bool IsController()const{ return ( m_basic == 0x01 || m_basic == 0x02 ) && ( m_generic == 0x01 || m_generic == 0x02 ); }

Callers 1

GetNodeSpecificMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected