Interface IMenuInputItem
Text display TextDisplayMenu Input abstraction
Assembly: TextDisplayMenu.dll
View Source
public interface IMenuInputItem : IPage
Methods
Init(ITextDisplay)
Initialize
View Source
void Init(ITextDisplay display)
Parameters
Type | Name | Description |
---|---|---|
Meadow.Peripherals.Displays.ITextDisplay | display | The display to render the menu |
GetInput(string, object)
Get input
View Source
void GetInput(string itemID, object currentValue)
Parameters
Type | Name | Description |
---|---|---|
System.String | itemID | Item id |
System.Object | currentValue | Current value |
Events
ValueChanged
Raised when the value changes
View Source
event ValueChangedHandler ValueChanged