Class HotPluggedEventArgs
Definition
- Namespace:
- Tizen.System.Usb
- Assembly:
- Tizen.System.Usb.dll
- API Level:
- 4
Event arguments for the Hot Plugged event for USB devices.
public class HotPluggedEventArgs : EventArgs
- Inheritance
Properties
View SourceDevice
USB Device
Declaration
public UsbDevice Device { get; }
Property Value
Type | Description |
---|---|
UsbDevice |
Exceptions
Type | Condition |
---|---|
NotSupportedException | The required feature is not supported. |
API Level: 4
Feature: http://tizen.org/feature/usb.host
View SourceEventType
Event type.
Declaration
public HotplugEventType EventType { get; }
Property Value
Type | Description |
---|---|
HotplugEventType |
Exceptions
Type | Condition |
---|---|
NotSupportedException | The required feature is not supported. |