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