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

Method GetBitHelp

cpp/src/value_classes/ValueBitSet.cpp:326–336  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

324}
325
326string ValueBitSet::GetBitHelp
327(
328 uint8 _idx
329)
330{
331 if (isValidBit(_idx)) {
332 return Localization::Get()->GetValueItemHelp(m_id.GetCommandClassId(), m_id.GetIndex(), -1, _idx);
333 }
334 Log::Write(LogLevel_Warning, m_id.GetNodeId(), "SetBitHelp: Bit %d is not valid with BitMask %d", _idx, m_BitMask);
335 return "";
336}
337
338bool ValueBitSet::SetBitHelp
339(

Callers 1

GetValueHelpMethod · 0.80

Calls 5

WriteFunction · 0.85
GetValueItemHelpMethod · 0.80
GetNodeIdMethod · 0.80
GetFunction · 0.50
GetCommandClassIdMethod · 0.45

Tested by

no test coverage detected