Module entry

Module entry 

Source
Expand description

Binary entry structure for LNMP v0.4 protocol.

A BinaryEntry represents a single field in binary format, consisting of:

  • FID (Field Identifier): 2 bytes, little-endian
  • TAG (Type Tag): 1 byte
  • VALUE: Variable length, encoding depends on type

Structsยง

BinaryEntry
A single field encoded in binary format