ExternalNfcReaderUsb
data class ExternalNfcReaderUsb(val id: String, val addedAt: Instant, val displayName: String, val userDisplayName: String? = null, val vendorId: Int, val productId: Int, val interfaceIndex: Int) : ExternalNfcReader
An external NFC reader connected via USB.
Constructors
Properties
Functions
Link copied to clipboard
Gets a NfcTagReader to perform NFC reading operations.
Link copied to clipboard
Starts observing the state of a reader.
Link copied to clipboard
Requests the user for permission to use the device.
Link copied to clipboard
Sets a user-customized display name for the reader.
Link copied to clipboard
Link copied to clipboard