Plaintext representation of the payload in a cargo message.

That is, the set of RAMF messages the cargo contains.

Implements

Constructors

Properties

messages: readonly ArrayBuffer[]
MAX_MESSAGE_LENGTH: number = ...

Maximum number of octets for any serialized message to be included in a cargo.

This is the result of subtracting the TLVs for the SET and OCTET STRING values from the maximum size of an SDU to be encrypted.

Methods

  • Parameters

    • messagesWithExpiryDate: AsyncIterable<MessageWithExpiryDate>

    Returns AsyncIterable<MessageWithExpiryDate>

Generated using TypeDoc