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

Method GetCommandClassId

cpp/src/command_classes/UserCode.h:63–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61 virtual bool RequestState( uint32 const _requestFlags, uint8 const _instance, Driver::MsgQueue const _queue );
62 virtual bool RequestValue( uint32 const _requestFlags, uint16 const _index, uint8 const _instance, Driver::MsgQueue const _queue );
63 virtual uint8 const GetCommandClassId()const{ return StaticGetCommandClassId(); }
64 virtual string const GetCommandClassName()const{ return StaticGetCommandClassName(); }
65 virtual bool HandleMsg( uint8 const* _data, uint32 const _length, uint32 const _instance = 1 );
66 virtual bool SetValue( Value const& _value );

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected