Header for the ChunkedMessage message.
Summary
Types
The PPNet.Message.ChunkedMessageHeader struct
Types
@type t() :: %PPNet.Message.ChunkedMessageHeader{ datetime: DateTime.t(), message_module: module(), total_chunks: non_neg_integer(), transaction_id: non_neg_integer() }
The PPNet.Message.ChunkedMessageHeader struct
Fields
message_module- The module of the original message being chunkedtransaction_id- Unique ID grouping all chunks of the same messagedatetime- Timestamp of when the message was senttotal_chunks- Total number of chunks the message was split into