UIState
private enum UIState
Enumerator holding the possible UI States
-
Initial (default) UI state on application startup
Declaration
Swift
case stateAppStart -
UI state when terminals are found
Declaration
Swift
case stateTerminalsFound -
UI state when connected to a terminal
Declaration
Swift
case stateConnected
UIState Enumeration Reference