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

Method GetValueKey

cpp/src/Localization.cpp:565–573  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

563
564
565uint64 Localization::GetValueKey
566(
567 uint8 _commandClass,
568 uint16 _index,
569 uint32 _pos
570)
571{
572 return ((uint64)_commandClass << 48) | ((uint64)_index << 32) | ((uint64)_pos);
573}
574
575void Localization::SetupCommandClass
576(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected