Class UsbStatus

Definition

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

Class for system-event of usb status

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

Properties

View Source

EventName

Eventname for system-event of usb 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 usb status

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

StatusValueAvailable

Value of available usb status

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

StatusValueConnected

Value of connected usb status

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

StatusValueDisconnected

Value of disconnected usb status

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