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

Method Create

cpp/src/command_classes/Security.h:67–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65 {
66 public:
67 static CommandClass* Create( uint32 const _homeId, uint8 const _nodeId ){ return new Security( _homeId, _nodeId ); }
68 virtual ~Security();
69
70 static uint8 const StaticGetCommandClassId(){ return 0x98; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected