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

Method GetName

cpp/src/command_classes/SimpleAVCommandItem.cpp:50–53  ·  view source on GitHub ↗

----------------------------------------------------------------------------- Get human-friendly name of AV command -----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

48// Get human-friendly name of AV command
49//-----------------------------------------------------------------------------
50string SimpleAVCommandItem::GetName()
51{
52 return m_name;
53}
54
55//-----------------------------------------------------------------------------
56// <SimpleAVCommand::GetDescription>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected