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

Method Create

cpp/src/command_classes/ZWavePlusInfo.h:41–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39 {
40 public:
41 static CommandClass* Create( uint32 const _homeId, uint8 const _nodeId ){ return new ZWavePlusInfo( _homeId, _nodeId ); }
42 virtual ~ZWavePlusInfo(){}
43
44 static uint8 const StaticGetCommandClassId(){ return 0x5E; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected