Dokka MultiModule Example
androidJvm
pos-core
/
su.ips.pos_core.reader_parts.utils
/
TLVUtil
TLVUtil
class
TLVUtil
Members
Constructors
TLVUtil
Link copied to clipboard
constructor
(
)
Types
TLV
Link copied to clipboard
class
TLV
(
tag
:
String
?
,
val
length
:
Int
,
value
:
String
?
)
Functions
build
TLVMap
Link copied to clipboard
fun
buildTLVMap
(
hexStr
:
String
)
:
Map
<
String
,
TLVUtil.TLV
>
hex
Str
To
TLVMap
Link copied to clipboard
fun
hexStrToTLVMap
(
hexString
:
String
)
:
Map
<
String
,
TLVUtil.TLV
>