MultipazProject
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
MultipazProject
multipaz-android-legacy
/
com.android.identity.android.util
/
NfcUtil
/
ParsedServiceParameterRecord
Parsed
Service
Parameter
Record
data
class
ParsedServiceParameterRecord
(
val
tnepVersion
:
Int
,
val
serviceNameUri
:
String
,
val
tnepCommunicationMode
:
Int
,
val
tWaitMillis
:
Double
,
val
nWait
:
Int
,
val
maxNdefSize
:
Int
)
Members
Constructors
Parsed
Service
Parameter
Record
Link copied to clipboard
constructor
(
tnepVersion
:
Int
,
serviceNameUri
:
String
,
tnepCommunicationMode
:
Int
,
tWaitMillis
:
Double
,
nWait
:
Int
,
maxNdefSize
:
Int
)
Properties
max
Ndef
Size
Link copied to clipboard
@
JvmField
val
maxNdefSize
:
Int
n
Wait
Link copied to clipboard
@
JvmField
val
nWait
:
Int
service
Name
Uri
Link copied to clipboard
@
JvmField
val
serviceNameUri
:
String
tnep
Communication
Mode
Link copied to clipboard
@
JvmField
val
tnepCommunicationMode
:
Int
tnep
Version
Link copied to clipboard
@
JvmField
val
tnepVersion
:
Int
t
Wait
Millis
Link copied to clipboard
@
JvmField
val
tWaitMillis
:
Double