| 563 | |
| 564 | |
| 565 | uint64 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 | |
| 575 | void Localization::SetupCommandClass |
| 576 | ( |
nothing calls this directly
no outgoing calls
no test coverage detected