![]() |
OpenZWave Library 1.2
|
Manages a map of command classes supported by a specific Z-Wave node. More...
#include <CommandClasses.h>
Public Types | |
typedef CommandClass *(* | pfnCreateCommandClass_t) (uint32 const _homeId, uint8 const _nodeId) |
Static Public Member Functions | |
static void | RegisterCommandClasses () |
static CommandClass * | CreateCommandClass (uint8 const _commandClassId, uint32 const _homeId, uint8 const _nodeId) |
static bool | IsSupported (uint8 const _commandClassId) |
static string | GetName (uint8 const _commandClassId) |
Manages a map of command classes supported by a specific Z-Wave node.
typedef CommandClass *(* OpenZWave::CommandClasses::pfnCreateCommandClass_t) (uint32 const _homeId, uint8 const _nodeId) |
|
static |
|
static |
|
static |
|
static |