ProtocolDataUnits v0.3.0
BREAKING RELEASE
- Type
PDU
renamed toAbstractPDU
- Constant
PDU
exported as a short version of moduleProtocolDataUnits
- API changed to
PDU.encode()
andPDU.decode()
- Auto-truncation and auto-padding disabled (throws exception if length mismatch)
- Explicit padding can be requested by defining length as
PadTo(n)
- Auto wire-encoded length storage in PDU disabled for vectors (but retained for strings)
- Wire-encoded length can be requested by defining length as
WireEncoded()