ReportStatusResultRequest

@Serializable
data class ReportStatusResultRequest(val requestId: String, val readerName: String, val state: ConnectionState, val atr: String, val protocol: Protocol? = null)

Request object containing input parameters for the SmartCardEmulationDomain.reportStatusResult command.

Constructors

Link copied to clipboard
constructor(requestId: String, readerName: String, state: ConnectionState, atr: String, protocol: Protocol? = null)

Types

Link copied to clipboard
class Builder(val requestId: String, val readerName: String, val state: ConnectionState, val atr: String)

A builder for ReportStatusResultRequest, which allows setting the optional parameters of the SmartCardEmulationDomain.reportStatusResult command via a lambda.

Properties

Link copied to clipboard
val atr: String

(undocumented in the protocol definition)

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard

(undocumented in the protocol definition)