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

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<IPConfigType>(IPConfigType, string)
    Extensions.LoadFromXaml<IPConfigType>(IPConfigType, string)
    Extensions.LoadFromXaml<IPConfigType>(IPConfigType, Type)
    Extensions.LoadFromXamlFile<IPConfigType>(IPConfigType, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX