toggle menu
vc-k
5.8.0-SNAPSHOT
common
switch theme
search in API
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