![]() |
OpenZWave Library
1.6.1910
|
#include "command_classes/CommandClasses.h"
#include "command_classes/NodeNaming.h"
#include "command_classes/Association.h"
#include "Defs.h"
#include "Msg.h"
#include "Node.h"
#include "Driver.h"
#include "Notification.h"
#include "platform/Log.h"
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... | |
Variables | |
uint16 const | OpenZWave::Internal::CC::c_extendedAsciiToUnicode [] |