Nexus
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Nexus
Nexus
/
br.com.gertec.nexus.domain.emv.model
/
TLVType
TLVType
data
class
TLVType
(
var
sTag
:
String
=
""
,
var
iLen
:
Int
=
0
,
var
sValue
:
String
=
""
)
:
Parcelable
Members
Constructors
TLVType
Link copied to clipboard
constructor
(
sTag
:
String
=
""
,
iLen
:
Int
=
0
,
sValue
:
String
=
""
)
Properties
i
Len
Link copied to clipboard
var
iLen
:
Int
s
Tag
Link copied to clipboard
var
sTag
:
String
s
Value
Link copied to clipboard
var
sValue
:
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
)