vc-k
Toggle table of contents
5.11.0
common
Target filter
common
Switch theme
Search in API
Skip to content
vc-k
openid-data-classes
/
at.asitplus.dcapi
/
NFCHandover
NFCHandover
@
Serializable
data
class
NFCHandover
(
val
handoverSelect
:
ByteArray
,
val
handoverRequest
:
ByteArray
?
)
(
source
)
Members
Constructors
NFCHandover
Link copied to clipboard
constructor
(
handoverSelect
:
ByteArray
,
handoverRequest
:
ByteArray
?
)
Properties
handover
Request
Link copied to clipboard
val
handoverRequest
:
ByteArray
?
handover
Select
Link copied to clipboard
val
handoverSelect
:
ByteArray
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int