Dokka MultiModule Example
androidJvm
pos-core
/
su.ips.pos_core.reader_parts.utils
/
TLVUtil
/
TLV
TLV
class
TLV
(
tag
:
String
?
,
val
length
:
Int
,
value
:
String
?
)
Members
Constructors
TLV
Link copied to clipboard
constructor
(
tag
:
String
?
,
length
:
Int
,
value
:
String
?
)
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
Properties
length
Link copied to clipboard
val
length
:
Int
tag
Link copied to clipboard
val
tag
:
String
value
Link copied to clipboard
val
value
:
String