![]() |
OpenZWave Library
1.6.1899
|
#include "command_classes/CommandClass.h"
Go to the source code of this file.
Classes | |
class | OpenZWave::Internal::CC::NodeNaming |
Implements COMMAND_CLASS_NODE_NAMING (0x77), a Z-Wave device command class. More... | |
Namespaces | |
OpenZWave | |
OpenZWave::Internal | |
OpenZWave::Internal::CC | |
Functions | |
std::string | OpenZWave::Internal::CC::ExtractString (uint8 const *_data, uint32 const _length) |
Extract a String from a Z-Wave Encoded Packetthis function is used by the NodeNaming CC as well as the Alarm CC. More... | |
uint32 | OpenZWave::Internal::CC::ConvertUFT16ToUTF8 (uint16 _utf16, char *_buffer, uint32 pos) |
Convert from UTF16 to UTF8this function is used by the NodeNaming CC as well as the Alarm CC. More... | |