enum
TLV::ElementType
Defined in:
tlv/header.crEnum Members
-
SignedInt8 =
0_u8 -
SignedInt16 =
1_u8 -
SignedInt32 =
2_u8 -
SignedInt64 =
3_u8 -
UnsignedInt8 =
4_u8 -
UnsignedInt16 =
5_u8 -
UnsignedInt32 =
6_u8 -
UnsignedInt64 =
7_u8 -
BooleanFalse =
8_u8 -
BooleanTrue =
9_u8 -
Float32 =
10_u8 -
Float64 =
11_u8 -
UTF8String1 =
12_u8 -
UTF8String2 =
13_u8 -
UTF8String4 =
14_u8 -
UTF8String8 =
15_u8 -
ByteString1 =
16_u8 -
ByteString2 =
17_u8 -
ByteString4 =
18_u8 -
ByteString8 =
19_u8 -
Null =
20_u8 -
Structure =
21_u8 -
Array =
22_u8 -
List =
23_u8 -
EndOfContainer =
24_u8
Instance Method Summary
-
#array?
Returns
trueif this enum value equalsArray -
#boolean_false?
Returns
trueif this enum value equalsBooleanFalse -
#boolean_true?
Returns
trueif this enum value equalsBooleanTrue -
#byte_string1?
Returns
trueif this enum value equalsByteString1 -
#byte_string2?
Returns
trueif this enum value equalsByteString2 -
#byte_string4?
Returns
trueif this enum value equalsByteString4 -
#byte_string8?
Returns
trueif this enum value equalsByteString8 -
#end_of_container?
Returns
trueif this enum value equalsEndOfContainer -
#float32?
Returns
trueif this enum value equalsFloat32 -
#float64?
Returns
trueif this enum value equalsFloat64 -
#list?
Returns
trueif this enum value equalsList -
#null?
Returns
trueif this enum value equalsNull -
#signed_int16?
Returns
trueif this enum value equalsSignedInt16 -
#signed_int32?
Returns
trueif this enum value equalsSignedInt32 -
#signed_int64?
Returns
trueif this enum value equalsSignedInt64 -
#signed_int8?
Returns
trueif this enum value equalsSignedInt8 -
#structure?
Returns
trueif this enum value equalsStructure -
#unsigned_int16?
Returns
trueif this enum value equalsUnsignedInt16 -
#unsigned_int32?
Returns
trueif this enum value equalsUnsignedInt32 -
#unsigned_int64?
Returns
trueif this enum value equalsUnsignedInt64 -
#unsigned_int8?
Returns
trueif this enum value equalsUnsignedInt8 -
#utf8_string1?
Returns
trueif this enum value equalsUTF8String1 -
#utf8_string2?
Returns
trueif this enum value equalsUTF8String2 -
#utf8_string4?
Returns
trueif this enum value equalsUTF8String4 -
#utf8_string8?
Returns
trueif this enum value equalsUTF8String8