| 19 | } |
| 20 | |
| 21 | const wchar_t* ToggleDigitalDisplayCommandClass::GetUIDescription() const |
| 22 | { |
| 23 | return GeneralUtils::LoadStringUnlessMissing("TXT_DIGITAL_DISPLAY_DESC", L"Show/hide digital display of unit data."); |
| 24 | } |
| 25 | |
| 26 | void ToggleDigitalDisplayCommandClass::Execute(WWKey eInput) const |
| 27 | { |
nothing calls this directly
no outgoing calls
no test coverage detected