From Value
| 54 | |
| 55 | // From Value |
| 56 | virtual string const GetAsString() const { return GetValue(); } |
| 57 | virtual bool SetFromString( string const& _value ) { return Set( _value ); } |
| 58 | virtual void ReadXML( uint32 const _homeId, uint8 const _nodeId, uint8 const _commandClassId, TiXmlElement const* _valueElement ); |
| 59 | virtual void WriteXML( TiXmlElement* _valueElement ); |
nothing calls this directly
no outgoing calls
no test coverage detected