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.

C#
Copy
public class HotPluggedEventArgs : EventArgs
Inheritance
HotPluggedEventArgs

Properties

View Source

Device

USB device.

Declaration
C#
Copy
public UsbDevice Device { get; }
Property Value
Type Description
UsbDevice
API Level: 4
View Source

EventType

Event type.

Declaration
C#
Copy
public HotplugEventType EventType { get; }
Property Value
Type Description
HotplugEventType
API Level: 4