Class NetworkStatus

    Definition

    Namespace:
    Tizen.Applications.EventManager.SystemEvents
    Assembly:
    Tizen.Applications.EventManager.dll

    Class for system-event of network status

    public static class NetworkStatus
    Inheritance
    object
    NetworkStatus

    Properties

    View Source

    EventName

    Eventname for system-event of network status

    Declaration
    public static string EventName { get; }
    Property Value
    Type Description
    string
    View Source

    StatusKey

    Key for system-event of network status

    Declaration
    public static string StatusKey { get; }
    Property Value
    Type Description
    string
    View Source

    StatusValueBt

    Value of bt network status

    Declaration
    public static string StatusValueBt { get; }
    Property Value
    Type Description
    string
    View Source

    StatusValueCellular

    Value of cellular network status

    Declaration
    public static string StatusValueCellular { get; }
    Property Value
    Type Description
    string
    View Source

    StatusValueDisconnected

    Value of disconnected network status

    Declaration
    public static string StatusValueDisconnected { get; }
    Property Value
    Type Description
    string
    View Source

    StatusValueEthernet

    Value of ethernet network status

    Declaration
    public static string StatusValueEthernet { get; }
    Property Value
    Type Description
    string
    View Source

    StatusValueNetProxy

    Value of net proxy network status

    Declaration
    public static string StatusValueNetProxy { get; }
    Property Value
    Type Description
    string
    View Source

    StatusValueWifi

    Value of wifi network status

    Declaration
    public static string StatusValueWifi { get; }
    Property Value
    Type Description
    string
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX