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

Method GetCommandClassLabel

cpp/src/command_classes/CommandClass.cpp:820–825  ·  view source on GitHub ↗

----------------------------------------------------------------------------- Request current state from the device -----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

818// Request current state from the device
819//-----------------------------------------------------------------------------
820string const CommandClass::GetCommandClassLabel
821(
822)
823{
824 return m_commandClassLabel;
825}
826
827//-----------------------------------------------------------------------------
828// <CommandClass::RequestStateForAllInstances>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected