Class HotPluggedEventArgs

Definition

Namespace:
Tizen.System.Usb
Assembly:
Tizen.System.Usb.dll

Event arguments for the Hot Plugged event for USB devices.

C#
Copy
public class HotPluggedEventArgs : EventArgs
Inheritance
object
System.EventArgs
HotPluggedEventArgs

Properties

View Source

Device

USB Device

Declaration
C#
Copy
public UsbDevice Device { get; }
Property Value
Type Description
UsbDevice
Exceptions
Type Condition
System.NotSupportedException

The required feature is not supported.

View Source

EventType

Event type.

Declaration
C#
Copy
public HotplugEventType EventType { get; }
Property Value
Type Description
HotplugEventType
Exceptions
Type Condition
System.NotSupportedException

The required feature is not supported.