Class NetworkStatus

Definition

Namespace:
Tizen.Applications.EventManager.SystemEvents
Assembly:
Tizen.Applications.EventManager.dll
API Level:
6

Class for system-event of network status

C#
Copy
public static class NetworkStatus
Inheritance
System.Object
NetworkStatus

Properties

View Source

EventName

Eventname for system-event of network status

Declaration
C#
Copy
public static string EventName { get; }
Property Value
Type Description
System.String
API Level: 6
View Source

StatusKey

Key for system-event of network status

Declaration
C#
Copy
public static string StatusKey { get; }
Property Value
Type Description
System.String
API Level: 6
View Source

StatusValueBt

Value of bt network status

Declaration
C#
Copy
public static string StatusValueBt { get; }
Property Value
Type Description
System.String
API Level: 6
View Source

StatusValueCellular

Value of cellular network status

Declaration
C#
Copy
public static string StatusValueCellular { get; }
Property Value
Type Description
System.String
API Level: 6
View Source

StatusValueDisconnected

Value of disconnected network status

Declaration
C#
Copy
public static string StatusValueDisconnected { get; }
Property Value
Type Description
System.String
API Level: 6
View Source

StatusValueEthernet

Value of ethernet network status

Declaration
C#
Copy
public static string StatusValueEthernet { get; }
Property Value
Type Description
System.String
API Level: 6
View Source

StatusValueNetProxy

Value of net proxy network status

Declaration
C#
Copy
public static string StatusValueNetProxy { get; }
Property Value
Type Description
System.String
API Level: 6
View Source

StatusValueWifi

Value of wifi network status

Declaration
C#
Copy
public static string StatusValueWifi { get; }
Property Value
Type Description
System.String
API Level: 6