- TerminalSpec - Interface in com.cloudpos
-
The TerminalSpec
provides an interface to obtain various specifications of a Point-of-Sale (POS) terminal.
- TimeConstants - Interface in com.cloudpos
-
The TimeConstants
interface defines constants representing various time intervals and special timeout values.
- TIMEOUT_EXCEPTION - Static variable in exception com.cloudpos.DeviceException
-
Time out
- toString() - Method in exception com.cloudpos.DeviceException
-
Returns a short description of this exception, including the error code and message.
- toString() - Method in class com.cloudpos.printer.Format
-
- TRACK_NO_0 - Static variable in interface com.cloudpos.msr.MSRTrackData
-
Track number 0.
- TRACK_NO_1 - Static variable in interface com.cloudpos.msr.MSRTrackData
-
Track number 1.
- TRACK_NO_2 - Static variable in interface com.cloudpos.msr.MSRTrackData
-
Track number 2.
- TRACK_NOT_SUPPORTED - Static variable in interface com.cloudpos.msr.MSRTrackData
-
Error constant indicating that the MSR could not read the track because it is not supported by the reader.
- transmit(byte[]) - Method in interface com.cloudpos.card.CPUCard
-
Transmits an APDU command to the card reader and receives a response.
- transmit(byte[], int) - Method in interface com.cloudpos.card.CPUCard
-
Transmits a Level 3 command to a contactless (RF) card and retrieves the response.
- transmit(byte[]) - Method in interface com.cloudpos.card.FelicaCard
-
Transmits a data buffer to the Felica card reader.
- transmit(byte[], int) - Method in interface com.cloudpos.card.MifareCard
-
Transmits a command at level 3 and receives a response.
- transmit(byte[], int) - Method in interface com.cloudpos.card.MifareUltralightCard
-
Transmits a level 3 command to the card and receives the response.
- turnOff() - Method in interface com.cloudpos.led.LEDDevice
-
Turns the LED off.
- turnOn() - Method in interface com.cloudpos.led.LEDDevice
-
Turns the LED on.