ReportConnectResultRequest

@Serializable
data class ReportConnectResultRequest(val requestId: String, val handle: Int, val activeProtocol: Protocol? = null)

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

Constructors

Link copied to clipboard
constructor(requestId: String, handle: Int, activeProtocol: Protocol? = null)

Types

Link copied to clipboard
class Builder(val requestId: String, val handle: Int)

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

Properties

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard
val handle: Int

(undocumented in the protocol definition)

Link copied to clipboard

(undocumented in the protocol definition)