tgstation-server 6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
ChunkedTopicParameters.cs
Go to the documentation of this file.
1using System.Collections.Generic;
2
4{
9 {
11 public IReadOnlyCollection<uint>? MissingChunks { get; set; }
12
14 public uint? PayloadId { get; set; }
15
23 }
24}
IReadOnlyCollection< uint >? MissingChunks
The ChunkData.SequenceIds missing from a chunked request.
ChunkedTopicParameters()
Initializes a new instance of the ChunkedTopicParameters class.
uint? PayloadId
The ID of the full request to differentiate different chunkings.Nullable to prevent default value omi...
Represents the payload ID of a set of chunked data.
TopicCommandType
The type of topic command being sent.
@ ReceiveChunk
Receive additional data for a previous response.