Expand description
PUT body decoding utilities.
The PVA PUT command carries a variable-format payload that encodes field updates. Different clients encode it in slightly different ways, so the decoder tries several strategies in order.
Functionsยง
- assemble_
segmented_ message - Reassemble a segmented PVA message from the first header and accumulated payload fragments.
- decode_
put_ body - Decode a PUT body payload using the known structure descriptor.
- shift_
bitset_ left - Shift a bitset left by
shiftbit positions.