Struct UdpCHeader
Namespace: Unity.Networking.Transport.Protocols
Syntax
public struct UdpCHeader
Fields
Data
Declaration
public byte *Data
Field Value
Type | Description |
---|---|
Byte* |
Flags
Declaration
public UdpCHeader.HeaderFlags Flags
Field Value
Type | Description |
---|---|
UdpCHeader.HeaderFlags |
Length
Declaration
public const int Length = 4
Field Value
Type | Description |
---|---|
Int32 |
SessionToken
Declaration
public ushort SessionToken
Field Value
Type | Description |
---|---|
UInt16 |
Type
Declaration
public byte Type
Field Value
Type | Description |
---|---|
Byte |