Uses of Enum
org.aesh.terminal.DeviceAttributes.TerminalType
Packages that use DeviceAttributes.TerminalType
-
Uses of DeviceAttributes.TerminalType in org.aesh.terminal
Methods in org.aesh.terminal that return DeviceAttributes.TerminalTypeModifier and TypeMethodDescriptionDeviceAttributes.TerminalType.fromCode(int code) Find a TerminalType by its DA2 type code.DeviceAttributes.getTerminalType()Get the terminal type from DA2 response.Returns the enum constant of this type with the specified name.static DeviceAttributes.TerminalType[]DeviceAttributes.TerminalType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.aesh.terminal with parameters of type DeviceAttributes.TerminalTypeModifierConstructorDescriptionDeviceAttributes(int deviceClass, Set<Integer> parameters, DeviceAttributes.TerminalType terminalType, int firmwareVersion, int romCartridge) Create DeviceAttributes from both DA1 and DA2 response data.