Uses of Class
com.stollmann.terminalIO.TIO.OperationMode

Uses of TIO.OperationMode in com.stollmann.terminalIO
 

Methods in com.stollmann.terminalIO that return TIO.OperationMode
static TIO.OperationMode TIO.OperationMode.fromValue(int value)
          Creates a TIO.OperationMode value from an integer value.
 TIO.OperationMode TIOAdvertisement.getOperationMode()
          Gets the peripheral's operation mode as contained within the peripheral's advertisement data.
static TIO.OperationMode TIO.OperationMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TIO.OperationMode[] TIO.OperationMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.stollmann.terminalIO with parameters of type TIO.OperationMode
 boolean TIO.OperationMode.equals(TIO.OperationMode operationMode)
          Compares this value an another value for equality.