ReaderSessionOption

data class ReaderSessionOption(val timeout: Int = 60000)

ReaderSessionのオプション

data class ReaderSessionOption(val detectionTimeout: Int = 60000)

ReaderSessionのオプション

Constructors

Link copied to clipboard
constructor(timeout: Int = 60000)
constructor(detectionTimeout: Int = 60000)

Properties

Link copied to clipboard
val detectionTimeout: Int = 60000

カード検出の待機時間(ミリ秒)

Link copied to clipboard
val timeout: Int = 60000

カード通信のタイムアウト時間(ミリ秒)