AndroidPcsclikePlugin

interface AndroidPcsclikePlugin : KeyplePluginExtension

The Android Pcsc plugin interface defines the methods of the Keyple Plugin Extension.

Since

1.0.0

Functions

connectToDevice
Link copied to clipboard
abstract fun connectToDevice(identifier: String)
Connects to the device whose identifier is provided as a parameter.
scanDevices
Link copied to clipboard
abstract fun scanDevices(timeout: Long, stopOnFirstDeviceDiscovered: Boolean, deviceScannerSpi: DeviceScannerSpi)
Starts the device scanning.
transmitControl
Link copied to clipboard
abstract fun transmitControl(dataIn: ByteArray?): ByteArray
Transmits a control command to the device.