Nexus
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Nexus
Nexus
/
br.com.gertec.nexus.domain.ct.model
/
TypeOutputPowerOn
Type
Output
Power
On
data
class
TypeOutputPowerOn
(
var
iNexusRet
:
NexusRet
?
=
null
,
var
tEmvCTCardInfo
:
EmvCTCardInfo
?
=
null
)
:
Parcelable
Members
Constructors
Type
Output
Power
On
Link copied to clipboard
constructor
(
iNexusRet
:
NexusRet
?
=
null
,
tEmvCTCardInfo
:
EmvCTCardInfo
?
=
null
)
Properties
i
Nexus
Ret
Link copied to clipboard
var
iNexusRet
:
NexusRet
?
t
Emv
CTCard
Info
Link copied to clipboard
var
tEmvCTCardInfo
:
EmvCTCardInfo
?
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
)