Interface ITouchUserInterfaceService
- Namespace
- Acuit.Pinpoint.Workstation
- Assembly
- Acuit.Pinpoint.Workstation.Interfaces.dll
Touch-oriented user interface service provided by the workstation to plug-ins.
public interface ITouchUserInterfaceService
Remarks
This augments the IUserInterfaceService interface.
Methods
GetKeypadInput(string)
Gets keypad input from the operator.
string GetKeypadInput(string prompt)
Parameters
prompt
stringThe prompt to display to the user in the keypad window.
Returns
GetKeypadInput(string, int)
Gets keypad input from the operator.
string GetKeypadInput(string prompt, int maxInputLength)
Parameters
prompt
stringThe prompt to display to the user in the keypad window.
maxInputLength
intThe maximum length, in characters, of the input value, or 0 to not limit the input length.