Enum IPConfigType

    Definition

    Namespace:
    Tizen.Network.Connection
    Assembly:
    Tizen.Network.Connection.dll

    Enumeration for the IP configuration type.

    public enum IPConfigType

    Fields

    Name Description
    Auto

    Config IP from Auto IP pool (169.254/16). Later with DHCP client, if available

    Dynamic

    Config IP using DHCP client

    Fixed

    Indicates an IP address that can not be modified

    None

    Not defined

    Static

    Manual IP configuration

    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX