Skip to main content

Interface IMenuInputItem

Text display TextDisplayMenu Input abstraction

Assembly: TextDisplayMenu.dll
View Source
Declaration
public interface IMenuInputItem : IPage

Methods

Init(ITextDisplay)

Initialize

View Source
Declaration
void Init(ITextDisplay display)
Parameters
TypeNameDescription
Meadow.Peripherals.Displays.ITextDisplaydisplayThe display to render the menu

GetInput(string, object)

Get input

View Source
Declaration
void GetInput(string itemID, object currentValue)
Parameters
TypeNameDescription
System.StringitemIDItem id
System.ObjectcurrentValueCurrent value

Events

ValueChanged

Raised when the value changes

View Source
Declaration
event ValueChangedHandler ValueChanged
Event Type

Meadow.Foundation.Displays.UI.ValueChangedHandler