|
| | ValueByte (uint32 const _homeId, uint8 const _nodeId, ValueID::ValueGenre const _genre, uint8 const _commandClassId, uint8 const _instance, uint16 const _index, string const &_label, string const &_units, bool const _readOnly, bool const _writeOnly, uint8 const _value, uint8 const _pollIntensity) |
| |
| | ValueByte () |
| |
| virtual | ~ValueByte () |
| |
| bool | Set (uint8 const _value) |
| |
| void | OnValueRefreshed (uint8 const _value) |
| |
| virtual string const | GetAsString () const |
| |
| virtual bool | SetFromString (string const &_value) |
| |
| virtual void | ReadXML (uint32 const _homeId, uint8 const _nodeId, uint8 const _commandClassId, TiXmlElement const *_valueElement) |
| |
| virtual void | WriteXML (TiXmlElement *_valueElement) |
| |
| uint8 | GetValue () const |
| |
| | Value (uint32 const _homeId, uint8 const _nodeId, ValueID::ValueGenre const _genre, uint8 const _commandClassId, uint8 const _instance, uint16 const _index, ValueID::ValueType const _type, string const &_label, string const &_units, bool const _readOnly, bool const _writeOnly, bool const _isset, uint8 const _pollIntensity) |
| |
| | Value () |
| |
| virtual void | ReadXML (uint32 const _homeId, uint8 const _nodeId, uint8 const _commandClassId, TiXmlElement const *_valueElement) |
| |
| virtual void | WriteXML (TiXmlElement *_valueElement) |
| |
| ValueID const & | GetID () const |
| |
| bool | IsReadOnly () const |
| |
| bool | IsWriteOnly () const |
| |
| bool | IsSet () const |
| |
| bool | IsPolled () const |
| |
| string const | GetLabel () const |
| |
| void | SetLabel (string const &_label, string const lang="") |
| |
| string const & | GetUnits () const |
| |
| void | SetUnits (string const &_units) |
| |
| string const | GetHelp () const |
| |
| void | SetHelp (string const &_help, string const lang="") |
| |
| uint8 const & | GetPollIntensity () const |
| |
| void | SetPollIntensity (uint8 const &_intensity) |
| |
| int32 | GetMin () const |
| |
| int32 | GetMax () const |
| |
| void | SetChangeVerified (bool _verify) |
| |
| bool | GetChangeVerified () |
| |
| virtual string const | GetAsString () const |
| |
| virtual bool | SetFromString (string const &) |
| |
| bool | Set () |
| |
| | Ref () |
| |
| void | AddRef () |
| |
| int32 | Release () |
| |
Byte value sent to/received from a node.