transmitControl

abstract fun transmitControl(dataIn: ByteArray?): ByteArray

Transmits a control command to the device.

This communication is not attached to a particular slot but to the whole device which can have several slots.

Return

The output data of the command.

Since

1.0.0

Parameters

dataIn

The input data of the command.

Throws

org.eclipse.keyple.core.plugin.ReaderIOException

If no reader is available.