Search Results for

    Show / Hide Table of Contents

    Class NetworkChannelType

    The low-level network channel type for message sending.

    Inheritance
    System.Object
    NetworkChannelType
    Namespace: FlaxEngine.Networking
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    [Unmanaged]
    public sealed class NetworkChannelType : Enum

    Fields

    None

    Invalid channel type.

    Declaration
    public const NetworkChannelType None
    Field Value
    NetworkChannelType

    Reliable

    Reliable channel type. Messages won't be lost but may arrive out-of-order.

    Declaration
    public const NetworkChannelType Reliable
    Field Value
    NetworkChannelType

    ReliableOrdered

    Reliable-ordered channel type. Messages won't be lost and always arrive in order.

    Declaration
    public const NetworkChannelType ReliableOrdered
    Field Value
    NetworkChannelType

    Unreliable

    Unreliable channel type. Messages can be lost or arrive out-of-order.

    Declaration
    public const NetworkChannelType Unreliable
    Field Value
    NetworkChannelType

    UnreliableOrdered

    Unreliable-ordered channel type. Messages can be lost but always arrive in order.

    Declaration
    public const NetworkChannelType UnreliableOrdered
    Field Value
    NetworkChannelType

    value__

    Declaration
    public int value__
    Field Value
    System.Int32

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.RawClone<T>(T)
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat