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

Method GetAppendValueSize

cpp/src/command_classes/CommandClass.cpp:642–650  ·  view source on GitHub ↗

----------------------------------------------------------------------------- Get the number of bytes that would be added by a call to AppendValue -----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

640// Get the number of bytes that would be added by a call to AppendValue
641//-----------------------------------------------------------------------------
642uint8 const CommandClass::GetAppendValueSize
643(
644 string const& _value
645)const
646{
647 uint8 size;
648 ValueToInteger( _value, NULL, &size );
649 return size;
650}
651
652//-----------------------------------------------------------------------------
653// <CommandClass::ValueToInteger>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected