tgstation-server 6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
BridgeResponse.cs
Go to the documentation of this file.
1using System.Collections.Generic;
2
4{
9 {
13 public ushort? NewPort { get; set; }
14
19
23 public IReadOnlyCollection<uint>? MissingChunks { get; set; }
24
28 public string? EventId { get; set; }
29 }
30}
ushort? NewPort
The new port for BridgeCommandType.Reboot requests.
string? EventId
The triggered event ID for BridgeCommandType.Event requests.
IReadOnlyCollection< uint >? MissingChunks
The ChunkData.SequenceIds missing from a chunked request.
Representation of the initial data passed as part of a BridgeCommandType.Startup request.