MCPcopy Create free account
hub / github.com/OpenZWave/open-zwave / GetAsString

Method GetAsString

cpp/src/value_classes/ValueBool.h:57–57  ·  view source on GitHub ↗

From Value

Source from the content-addressed store, hash-verified

55
56 // From Value
57 virtual string const GetAsString() const { return ( GetValue() ? "True" : "False" ); }
58 virtual bool SetFromString( string const& _value );
59 virtual void ReadXML( uint32 const _homeId, uint8 const _nodeId, uint8 const _commandClassId, TiXmlElement const* _valueElement );
60 virtual void WriteXML( TiXmlElement* _valueElement );

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected