-
Notifications
You must be signed in to change notification settings - Fork 0
The paramconfig Binary File
John Serock edited this page May 21, 2023
·
1 revision
The paramconfig
file has a binary image that contains only parameter values.
There are two types of parameters:
- Integer (8-bit, 16-bit, or 32-bit)
- Byte array
Integers are represented in little-endian format.
Parameter values that are ASCII strings are represented as byte arrays.
Network Identifiers (NIDs), which are 54-bit integers, are represented as byte arrays of 7 bytes in little-endian order.
Parameter values are packed.
In other words, parameter values immediately follow one another; there are no unused bytes within the binary image of the paramconfig
file.