Format API
The format API is used to build large or repeating output.
Allocate memory to format complex or large output.
Append data to this format object.
Free the format object.
Append a 4b integer (big endian) to this object.
Append a formatted string to this object.
Resets the format object to its default state (prior to re-use).
Extract formatted data into a single string. Populate the passed in size variable with the length of this string. These parameters are suitable for use with the BeaconOutput function.
Last updated