C# Class UpdateOEMCfgTool.Global.ClsRegisterHidEvent

Afficher le fichier Open project: mti-rfid/RFID_Explorer

Méthodes publiques

Свойство Type Description
DBT_DEVICE_ARRIVAL System.Int32
DBT_DEVICE_REMOVE_COMPLETE System.Int32
DBT_DEVTYP_DEVICE_INTERFACE System.Int32
WM_DEVICECHANGE System.Int32

Méthodes publiques

Méthode Description
IsReg ( ) : System.Boolean
RegisterHidEvent ( IntPtr r_HANDLE ) : void
UnRegisterHidEvent ( ) : System.Boolean

Private Methods

Méthode Description
HidD_GetHidGuid ( System &HidGuid ) : void
RegisterDeviceNotification ( IntPtr hRecipient, IntPtr NotificationFilter, Int32 Flags ) : IntPtr
UnregisterDeviceNotification ( IntPtr r_Handle ) : System.Boolean

Method Details

IsReg() public méthode

public IsReg ( ) : System.Boolean
Résultat System.Boolean

RegisterHidEvent() public méthode

public RegisterHidEvent ( IntPtr r_HANDLE ) : void
r_HANDLE System.IntPtr
Résultat void

UnRegisterHidEvent() public méthode

public UnRegisterHidEvent ( ) : System.Boolean
Résultat System.Boolean

Property Details

DBT_DEVICE_ARRIVAL public_oe property

public Int32,System DBT_DEVICE_ARRIVAL
Résultat System.Int32

DBT_DEVICE_REMOVE_COMPLETE public_oe property

public Int32,System DBT_DEVICE_REMOVE_COMPLETE
Résultat System.Int32

DBT_DEVTYP_DEVICE_INTERFACE public_oe property

public Int32,System DBT_DEVTYP_DEVICE_INTERFACE
Résultat System.Int32

WM_DEVICECHANGE public_oe property

public Int32,System WM_DEVICECHANGE
Résultat System.Int32