Builds the structure format string for all parameters based on the given struct version.
This function processes the parameters in the smmOd object, converting each parameter's type
to its corresponding structure format character (e.g., < for little-endian). It supports different
versions of the parameter struct format, defaulting to version 0x0041.
Returns
A structure format string representing all the parameters, starting with a < (little-endian).
Parameters
parameterStructureVersion: number = 0x0041
The version of the parameter struct to use. Defaults to 0x0041.
Builds the structure format string for all parameters based on the given struct version.
This function processes the parameters in the
smmOd
object, converting each parameter's type to its corresponding structure format character (e.g.,<
for little-endian). It supports different versions of the parameter struct format, defaulting to version0x0041
.Returns
A structure format string representing all the parameters, starting with a
<
(little-endian).