Nexus
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Nexus
Nexus
/
br.com.gertec.nexus.domain.ct.model
/
TypeOutputContactAPDU
Type
Output
Contact
APDU
data
class
TypeOutputContactAPDU
(
var
iNexusRet
:
NexusRet
?
=
null
,
var
sAPDUResponse
:
String
?
=
null
)
:
Parcelable
Members
Constructors
Type
Output
Contact
APDU
Link copied to clipboard
constructor
(
iNexusRet
:
NexusRet
?
=
null
,
sAPDUResponse
:
String
?
=
null
)
Properties
i
Nexus
Ret
Link copied to clipboard
var
iNexusRet
:
NexusRet
?
s
APDUResponse
Link copied to clipboard
var
sAPDUResponse
:
String
?
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)