docs.unity3d.com
    Show / Hide Table of Contents

    Class QosRequest

    Inheritance
    Object
    QosRequest
    Namespace: Unity.Networking.QoS
    Syntax
    public class QosRequest

    Fields

    MaxPacketLen

    Declaration
    public const int MaxPacketLen = 1500
    Field Value
    Type Description
    Int32

    MinPacketLen

    Declaration
    public const int MinPacketLen = 15
    Field Value
    Type Description
    Int32

    RequestMagic

    Declaration
    public const byte RequestMagic = 89
    Field Value
    Type Description
    Byte

    Properties

    FlowControl

    Declaration
    public byte FlowControl { get; }
    Property Value
    Type Description
    Byte

    Identifier

    Declaration
    public ushort Identifier { get; set; }
    Property Value
    Type Description
    UInt16

    Length

    Declaration
    public int Length { get; }
    Property Value
    Type Description
    Int32

    Magic

    Declaration
    public byte Magic { get; }
    Property Value
    Type Description
    Byte

    Sequence

    Declaration
    public byte Sequence { get; set; }
    Property Value
    Type Description
    Byte

    Timestamp

    Declaration
    public ulong Timestamp { get; set; }
    Property Value
    Type Description
    UInt64

    Title

    Declaration
    public byte[] Title { get; set; }
    Property Value
    Type Description
    Byte[]

    Version

    Declaration
    public byte Version { get; }
    Property Value
    Type Description
    Byte
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023