FailedToConnect

data class FailedToConnect(val reason: ReaderInfo.DeniedReason? = null) : ReaderInfo.State

Connection to the reader failed.

Parameters

reason

optional explanation why the reader did not connect, and whether the error is permanent or can be corrected by forgetting and re-connecting.

Constructors

Link copied to clipboard
constructor(reason: ReaderInfo.DeniedReason? = null)

Properties

Link copied to clipboard