 |
OpenZWave Library
1.2
|
Go to the documentation of this file.
47 ValueByte(
uint32 const _homeId,
uint8 const _nodeId,
ValueID::ValueGenre const _genre,
uint8 const _commandClassId,
uint8 const _instance,
uint8 const _index,
string const& _label,
string const& _units,
bool const _readOnly,
bool const _writeOnly,
uint8 const _value,
uint8 const _pollIntensity );
57 virtual void ReadXML(
uint32 const _homeId,
uint8 const _nodeId,
uint8 const _commandClassId, TiXmlElement
const* _valueElement );
58 virtual void WriteXML( TiXmlElement* _valueElement );
unsigned int uint32
Definition: Defs.h:69
virtual void WriteXML(TiXmlElement *_valueElement)
Definition: ValueByte.cpp:131
ValueGenre
Definition: ValueID.h:71
unsigned char uint8
Definition: Defs.h:63
Byte value sent to/received from a node.
Definition: ValueByte.h:44
virtual bool SetFromString(string const &_value)
Definition: ValueByte.cpp:89
bool Set()
Definition: Value.cpp:349
virtual const string GetAsString() const
Definition: ValueByte.cpp:80
Base class for values associated with a node.
Definition: Value.h:44
void OnValueRefreshed()
Definition: Value.cpp:410
ValueByte()
Definition: ValueByte.cpp:72
uint8 GetValue() const
Definition: ValueByte.h:60
virtual void ReadXML(uint32 const _homeId, uint8 const _nodeId, uint8 const _commandClassId, TiXmlElement const *_valueElement)
Definition: ValueByte.cpp:106
Definition: Bitfield.h:34
virtual ~ValueByte()
Definition: ValueByte.h:49