Body for the ChunkedMessage message.
Summary
Types
The PPNet.Message.ChunkedMessageBody struct
Types
@type t() :: %PPNet.Message.ChunkedMessageBody{ chunk_data: binary(), chunk_index: non_neg_integer(), chunk_size: non_neg_integer(), datetime: DateTime.t(), transaction_id: non_neg_integer() }
The PPNet.Message.ChunkedMessageBody struct
Fields
transaction_id- Matches thetransaction_idfrom the correspondingChunkedMessageHeaderchunk_index- Zero-based index of this chunk within the full messagechunk_size- Size in bytes ofchunk_datachunk_data- Raw binary fragment of the original message