DeviceRequestInfo

data class DeviceRequestInfo(val useCases: List<UseCase> = emptyList(), val otherInfo: Map<String, DataItem> = emptyMap())

Device request info according to ISO 18013-5.

Constructors

Link copied to clipboard
constructor(useCases: List<UseCase> = emptyList(), otherInfo: Map<String, DataItem> = emptyMap())

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

other request info.

Link copied to clipboard

list of use-cases.