The protocol I'm working with includes two pieces of data in individual fields needed to determine the total payload length that I would have in a FieldArray's length_provider:
- The substructure length
- The number of substructures
From the docs it looks like the multiplier in LengthField is what number 2) is above. The current implementation appears to only support integers however.
The protocol I'm working with includes two pieces of data in individual fields needed to determine the total payload length that I would have in a
FieldArray'slength_provider:From the docs it looks like the multiplier in
LengthFieldis what number 2) is above. The current implementation appears to only support integers however.