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

Method GetAsString

cpp/src/value_classes/ValueByte.cpp:78–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78string const ValueByte::GetAsString
79(
80) const
81{
82 stringstream ss;
83 ss << (uint32)GetValue();
84 return ss.str();
85}
86
87bool ValueByte::SetFromString
88(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected