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

Method Create

cpp/src/command_classes/Clock.h:44–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42 {
43 public:
44 static CommandClass* Create( uint32 const _homeId, uint8 const _nodeId ){ return new Clock( _homeId, _nodeId ); }
45 virtual ~Clock(){}
46
47 static uint8 const StaticGetCommandClassId(){ return 0x81; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected