Expand description
Type-Length-Value (TLV) record types and iterators.
Modules§
- entity_
id - Entity ID TLV.
- fault_
handler_ override - Fault Handler Override TLV and handler set.
- filestore_
request - Filestore Request TLV.
- filestore_
response - Filestore Response TLV.
- flow_
label - Flow Label TLV.
- message_
to_ user - Message to User TLV.
Structs§
- Tlv
- A single, unified, zero-copy view of a TLV record. It contains the Type, Length, and the variable-length Value.
- TlvIterator
- An iterator that yields zero-copy
Tlvreferences from a byte buffer.
Enums§
- Filestore
Action - Action codes for Filestore Request TLV (Table 5-16)
- TlvType
- Identifies the type of a TLV record (Table 5-14).