Search Results for

    Show / Hide Table of Contents

    Class NetworkConnectionType

    Network connection types for device.

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

    Fields

    AirplaneMode

    The airplane mode.

    Declaration
    public const NetworkConnectionType AirplaneMode
    Field Value
    NetworkConnectionType

    Bluetooth

    The Bluetooth connection.

    Declaration
    public const NetworkConnectionType Bluetooth
    Field Value
    NetworkConnectionType

    Cell

    The cell connection.

    Declaration
    public const NetworkConnectionType Cell
    Field Value
    NetworkConnectionType

    Ethernet

    The Ethernet cable connection (LAN).

    Declaration
    public const NetworkConnectionType Ethernet
    Field Value
    NetworkConnectionType

    None

    No connection.

    Declaration
    public const NetworkConnectionType None
    Field Value
    NetworkConnectionType

    Unknown

    The unknown connection type.

    Declaration
    public const NetworkConnectionType Unknown
    Field Value
    NetworkConnectionType

    value__

    Declaration
    public int value__
    Field Value
    System.Int32

    WiFi

    The WiFi connection.

    Declaration
    public const NetworkConnectionType WiFi
    Field Value
    NetworkConnectionType

    Extension Methods

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