Click or drag to resize

USBEvent Class

Contains the details of a USB event
Inheritance Hierarchy

Namespace:  MadWizard.WinUSBNet
Assembly:  WinUSBNet (in WinUSBNet.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public class USBEvent : EventArgs

The USBEvent type exposes the following members.

Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Fields
  NameDescription
Public fieldDevicePath
Device pathname that identifies the device
Public fieldGuid
WinUSB interface GUID of the device as specified in the WinUSBNotifier
Public fieldType
Type of event that occurred
Top
See Also