Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
tlv
master
TLV
Constants
Boolean
Control
Description
Generic
IntegerSize
Type
Field
Reader
Serializable
Tag
Value
Writer
Generated using Crystal 1.14.0
2024-11-26 09:38:38 UTC
module
TLV::
Serializable
Defined in:
tlv/serializable.cr
Constructors
.new
(*, __data_for_tlv_serializable data : Slice(UInt8))
Instance Method Summary
#to_h
: Hash(TLV::Tag, TLV::Value)
#to_slice
(tag : Tag =
nil
) : Slice(UInt8)
Constructor Detail
def self.
new
(*, __data_for_tlv_serializable data : Slice(UInt8))
#
[
View source
]
Instance Method Detail
def
to_h
: Hash(
TLV::Tag
,
TLV::Value
)
#
[
View source
]
def
to_slice
(tag :
Tag
=
nil
) : Slice(UInt8)
#
[
View source
]