Enum FinHHDError
Namespace: Subsembly.FinTS.HHD
Assembly: Subsembly.FinTS.Core.dll
Syntax
public enum FinHHDError
Fields
Name | Description |
---|---|
BluetoothBondingNeeded | A Bluetooth HHD was discovered, however it was not bonded with this client. Also, bonding could not be started automatically. Hence the client shall inform the user that manual bonding of the HHD is needed before it can be used. |
Cancelled | The operation was cancelled by the user. |
CardError | A failure status word was received from the SECODER card reader. The source of this status word could be the card itself. |
Failure | A general fatal failure. Maybe the HHD device was turned off in the middle of something. There is no recovery, it does not make sense to retry the operation. |
IncompatibleHHD | A structural error with the HHD device was encountered. The implementation is not compatible with the physical device. There is no recovery, it does not make sense to retry the operation. |
NotConnected | Failed to establish a connection to the HHD device. |
NotSupported | The HHD device type is not supported. For example: Bluetooth is/was switched off and therefore cannot be used. |
ProtocolError | An error while executing the communication protocol with the HHD device occured. |
Success |