Nexus
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Nexus
Nexus
/
br.com.gertec.nexus.domain.msr.model
/
TypeOutputReadMsr
Type
Output
Read
Msr
data
class
TypeOutputReadMsr
(
var
iNexusRet
:
NexusRet
?
=
null
,
var
tMsrTracks
:
MsrTracks
?
=
null
)
:
Parcelable
Members
Constructors
Type
Output
Read
Msr
Link copied to clipboard
constructor
(
iNexusRet
:
NexusRet
?
=
null
,
tMsrTracks
:
MsrTracks
?
=
null
)
Properties
i
Nexus
Ret
Link copied to clipboard
var
iNexusRet
:
NexusRet
?
t
Msr
Tracks
Link copied to clipboard
var
tMsrTracks
:
MsrTracks
?
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
)