OpenZWave Library  1.5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Static Public Member Functions | List of all members
OpenZWave::CommandClasses Class Reference

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 CommandClassCreateCommandClass (uint8 const _commandClassId, uint32 const _homeId, uint8 const _nodeId)
 
static bool IsSupported (uint8 const _commandClassId)
 
static string GetName (uint8 const _commandClassId)
 

Detailed Description

Manages a map of command classes supported by a specific Z-Wave node.

Member Typedef Documentation

typedef CommandClass*(* OpenZWave::CommandClasses::pfnCreateCommandClass_t)(uint32 const _homeId, uint8 const _nodeId)

Member Function Documentation

CommandClass * CommandClasses::CreateCommandClass ( uint8 const  _commandClassId,
uint32 const  _homeId,
uint8 const  _nodeId 
)
static
string CommandClasses::GetName ( uint8 const  _commandClassId)
static
bool CommandClasses::IsSupported ( uint8 const  _commandClassId)
static
void CommandClasses::RegisterCommandClasses ( )
static

The documentation for this class was generated from the following files: