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

Method GetGeneric

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

Source from the content-addressed store, hash-verified

313
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 );

Callers 1

GetNodeGenericMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected