Class UsbStatus
Definition
- Assembly:
- Tizen.Applications.EventManager.dll
- API Level:
- 6
Class for system-event of usb status
public static class UsbStatus
- Inheritance
-
UsbStatus
Properties
View SourceEventName
Eventname for system-event of usb status
Declaration
public static string EventName { get; }
Property Value
Type | Description |
---|---|
String |
API Level: 6
View SourceStatusKey
Key for system-event of usb status
Declaration
public static string StatusKey { get; }
Property Value
Type | Description |
---|---|
String |
API Level: 6
View SourceStatusValueAvailable
Value of available usb status
Declaration
public static string StatusValueAvailable { get; }
Property Value
Type | Description |
---|---|
String |
API Level: 6
View SourceStatusValueConnected
Value of connected usb status
Declaration
public static string StatusValueConnected { get; }
Property Value
Type | Description |
---|---|
String |
API Level: 6
View SourceStatusValueDisconnected
Value of disconnected usb status
Declaration
public static string StatusValueDisconnected { get; }
Property Value
Type | Description |
---|---|
String |