| 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; } |
nothing calls this directly
no outgoing calls
no test coverage detected