Struct UdpCHeader | Unity Transport | 0.3.1-preview.4
docs.unity.cn
    Show / Hide Table of Contents

    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
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX