Device

enum Device : Enum<Device>

Logical device located on a Sale Terminal or a POI Terminal, in term of class of information to output (display, print or store), or input (keyboard) for the Cashier or the Customer.

Entries

Link copied to clipboard

Used by the POI System (or the Sale System when the device is managed by the POI Terminal), to display some information to the Cashier.

Link copied to clipboard

Used by the Sale System (or the POI System when the device is managed by the Sale Terminal), to display some information to the Customer.

Link copied to clipboard

Any kind of keyboard allowing all or part of the commands of the Input data request from the Sale System to the POI System (InputCommand data element). The output device attached to this input device is the CashierDisplay device.

Link copied to clipboard

Any kind of keyboard allowing all or part of the commands of the Input data request from the POI System to the Sale System (InputCommand data element). The output device attached to this input device is the CustomerDisplay device.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun toRTRDevice(): RTRDevice
Link copied to clipboard
fun valueOf(value: String): Device

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.