MCPcopy Create free account
hub / github.com/asb2m10/dexed / getValueDisplay

Method getValueDisplay

Source/PluginParam.cpp:229–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227 };
228
229 String getValueDisplay() {
230 return getValue() ? String("ON") : String("OFF");
231 }
232};
233
234class CtrlDXOpMode : public CtrlDX {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected