tgstation-server
6.16.0
The /tg/station 13 server suite
Toggle main menu visibility
Main Page
Features
API
Architecture
Packages
Package List
Package Members
All
[
a
b
c
d
e
f
h
i
j
m
o
p
r
s
t
w
Functions
Variables
Enumerations
a
b
c
d
e
f
h
i
j
m
o
p
r
s
t
w
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Enumerations
Properties
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Events
Files
File List
File Members
All
Functions
•
All
Classes
Namespaces
Files
Functions
Variables
Enumerations
Enumerator
Properties
Events
Pages
Loading...
Searching...
No Matches
src
Tgstation.Server.Host
Components
Interop
ChunkData.cs
Go to the documentation of this file.
1
namespace
Tgstation.Server.Host.Components.Interop
2
{
6
public
sealed
class
ChunkData
:
ChunkSetInfo
7
{
12
public
uint?
SequenceId
{
get
;
set
; }
13
17
public
string
?
Payload
{
get
;
set
; }
18
}
6
public
sealed
class
ChunkData
:
ChunkSetInfo
{
…
};
19
}
Tgstation.Server.Host.Components.Interop.ChunkData
A packet of a split serialized set of data.
Definition
ChunkData.cs:7
Tgstation.Server.Host.Components.Interop.ChunkData.SequenceId
uint? SequenceId
The sequence ID of the chunk.
Definition
ChunkData.cs:12
Tgstation.Server.Host.Components.Interop.ChunkData.Payload
string? Payload
The partial JSON payload of the chunk.
Definition
ChunkData.cs:17
Tgstation.Server.Host.Components.Interop.ChunkSetInfo
Information about a chunked bridge request.
Definition
ChunkSetInfo.cs:7
Tgstation.Server.Host.Components.Interop
Definition
BridgeCommandType.cs:2
Generated by
1.9.8