- calculateMac(KeyInfo, int, byte[]) - Method in interface com.cloudpos.pinpad.PINPadDevice
-
Calculates the MAC using current user key defined in KeyInfo
.
- CANCEL - Static variable in interface com.cloudpos.OperationResult
-
The operation was externally cancelled; the operation was not completed.
- cancelBlink() - Method in interface com.cloudpos.led.LEDDevice
-
This method cancels the blink of the LED.
- cancelRequest() - Method in interface com.cloudpos.Device
-
Attempts to cancel a pending request.
- canCutPaper(int) - Method in interface com.cloudpos.printer.PrinterDeviceSpec
-
Whether to support cut paper.
- canGetRandom(int) - Method in interface com.cloudpos.pinpad.PINPadDeviceSpec
-
Whether to support get random.
- canQuickBlink(int) - Method in interface com.cloudpos.led.LEDDeviceSpec
-
Whether to support quick blink.
- canRemovable(int) - Method in interface com.cloudpos.smartcardreader.SmartCardReaderDeviceSpec
-
Whether to support the operation of card remove.
- canSetDensity(int) - Method in interface com.cloudpos.printer.PrinterDeviceSpec
-
Whether to support print setting of density.
- canShowText(int) - Method in interface com.cloudpos.pinpad.PINPadDeviceSpec
-
Whether to support show text.
- canSlowBlink(int) - Method in interface com.cloudpos.led.LEDDeviceSpec
-
Whether to support slow blink.
- Card - Interface in com.cloudpos.card
-
Card接口提供了一些卡片服务的通用的定义.
- CashDrawerDevice - Interface in com.cloudpos.cashdrawer
-
The CashDrawerDevice interface defines the cash drawer device APIs to be used by the applications.
- CashDrawerDeviceSpec - Interface in com.cloudpos.cashdrawer
-
The CashDrawerDeviceSpec interface defines the cash drawer device specifications.
- CERT_FORMAT_DER - Static variable in interface com.cloudpos.hsm.HSMDevice
-
DER format
- CERT_FORMAT_PEM - Static variable in interface com.cloudpos.hsm.HSMDevice
-
PEM format
- CERT_TYPE_APP_ROOT - Static variable in interface com.cloudpos.hsm.HSMDevice
-
Terminal application root certificate
- CERT_TYPE_COMM_ROOT - Static variable in interface com.cloudpos.hsm.HSMDevice
-
Terminal SSL communication root certificate
- CERT_TYPE_PUBLIC_KEY - Static variable in interface com.cloudpos.hsm.HSMDevice
-
Terminal public key certificate
- CERT_TYPE_TERMINAL_OWNER - Static variable in interface com.cloudpos.hsm.HSMDevice
-
Terminal owner root certificate
- changeFlowControlMode(int) - Method in interface com.cloudpos.serialport.SerialPortDevice
-
Changes the flow control mode.
- changeRTS(boolean) - Method in interface com.cloudpos.serialport.SerialPortDevice
-
Sets or clears the RTS (Request To Send) bit in the UART.
- changeSerialPortParams(int, int, int, int) - Method in interface com.cloudpos.serialport.SerialPortDevice
-
Changes the serial port parameters.
- CHECK_TYPE_CUP - Static variable in interface com.cloudpos.pinpad.PINPadDevice
-
check type of check value.
- CHECK_TYPE_NONE - Static variable in interface com.cloudpos.pinpad.PINPadDevice
-
check type of check value.
- clear() - Method in class com.cloudpos.printer.Format
-
clear all the print format.
- clearText() - Method in interface com.cloudpos.pinpad.PINPadDevice
-
Clears the message in the LCD.
- close() - Method in interface com.cloudpos.Device
-
Disconnect a device from the device object.
- com.cloudpos.card - package com.cloudpos.card
-
Provide access to all kinds of cards.
- com.cloudpos.cashdrawer - package com.cloudpos.cashdrawer
-
Provide access to the cash drawer device.
- com.cloudpos.fingerprint - package com.cloudpos.fingerprint
-
Provide access to the finger print device.
- com.cloudpos.hsm - package com.cloudpos.hsm
-
Provide access to the hardware safe module device.
- com.cloudpos.led - package com.cloudpos.led
-
Provide access to the LED device.
- com.cloudpos.msr - package com.cloudpos.msr
-
Provide access to the MSR device.
- com.cloudpos.printer - package com.cloudpos.printer
-
Provide access to the printer device.
- com.cloudpos.rfcardreader - package com.cloudpos.rfcardreader
-
Provide access to the contactless card reader device.
- com.cloudpos.secondarydisplay - package com.cloudpos.secondarydisplay
-
Provide access to the secondary display device.
- com.cloudpos.serialport - package com.cloudpos.serialport
-
Provide access to the serial port device.
- com.cloudpos.signature - package com.cloudpos.signature
-
Provide access to the signature device.
- com.cloudpos.smartcardreader - package com.cloudpos.smartcardreader
-
Provide access to the smart card reader device.
- connect() - Method in interface com.cloudpos.card.CPUCard
-
connect to the card and return the ATR information.
- connect() - Method in interface com.cloudpos.card.SLE4442Card
-
Applies power to the smart card reader slot, performing a cold reset.
- convertFormat(Fingerprint, int, Fingerprint, int) - Method in interface com.cloudpos.fingerprint.FingerprintDevice
-
Convert fingerprint from one type to another.
- CPUCard - Interface in com.cloudpos.card
-
The interface of CPU card, transmit APDU commands between the CPUCard and the card reader.
- cutPaper() - Method in interface com.cloudpos.printer.PrinterDevice
-
Cut paper, only in the printer that supported.