 |
OpenZWave Library
1.2
|
Go to the documentation of this file.
28 #ifndef _Proprietary_H
29 #define _Proprietary_H
unsigned int uint32
Definition: Defs.h:69
Base class for all Z-Wave command classes.
Definition: CommandClass.h:46
unsigned char uint8
Definition: Defs.h:63
virtual bool HandleMsg(uint8 const *_data, uint32 const _length, uint32 const _instance=1)
Definition: Proprietary.cpp:50
static CommandClass * Create(uint32 const _homeId, uint8 const _nodeId)
Definition: Proprietary.h:40
virtual ~Proprietary()
Definition: Proprietary.h:41
Implements COMMAND_CLASS_PROPRIETARY (0x88), a Z-Wave device command class.
Definition: Proprietary.h:37
virtual const string GetCommandClassName() const
Definition: Proprietary.h:48
static const uint8 StaticGetCommandClassId()
Definition: Proprietary.h:43
virtual const uint8 GetCommandClassId() const
Definition: Proprietary.h:47
static const string StaticGetCommandClassName()
Definition: Proprietary.h:44
Definition: Bitfield.h:34