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

Method Create

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

Source from the content-addressed store, hash-verified

52 };
53 public:
54 static CommandClass* Create( uint32 const _homeId, uint8 const _nodeId ){ return new UserCode( _homeId, _nodeId ); }
55 virtual ~UserCode(){}
56
57 static uint8 const StaticGetCommandClassId(){ return 0x63; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected