From CommandClass
| 73 | bool ExchangeNetworkKeys(); |
| 74 | // From CommandClass |
| 75 | virtual uint8 const GetCommandClassId()const{ return StaticGetCommandClassId(); } |
| 76 | virtual string const GetCommandClassName()const{ return StaticGetCommandClassName(); } |
| 77 | virtual bool HandleMsg( uint8 const* _data, uint32 const _length, uint32 const _instance = 1 ); |
| 78 | void SendMsg( Msg* _msg ); |
nothing calls this directly
no outgoing calls
no test coverage detected