C# Класс LibUsbDotNet.DeviceNotify.WindowsDeviceNotifier

Notifies an application of a change to the hardware Configuration of a device or the computer. See IDeviceNotifier or DeviceNotifier.OpenDeviceNotifier interface for more information
This is the windows implementation of the device notifier.
Наследование: IDeviceNotifier
Показать файл Открыть проект

Открытые методы

Метод Описание
WindowsDeviceNotifier ( ) : System

Creates an instance of the WindowsDeviceNotifier class. See the IDeviceNotifier interface or DeviceNotifier.OpenDeviceNotifier method for more information

To make your code platform-independent use the DeviceNotifier.OpenDeviceNotifier method for creating instances.

Приватные методы

Метод Описание
OnDeviceChange ( Message &m ) : void
OnHandleChange ( IntPtr newWindowHandle ) : void
RegisterDeviceInterface ( IntPtr windowHandle ) : bool
RegisterDeviceNotification ( IntPtr hRecipient, [ notificationFilter, int flags ) : SafeNotifyHandle
UnregisterDeviceNotification ( IntPtr handle ) : bool

Описание методов

WindowsDeviceNotifier() публичный Метод

Creates an instance of the WindowsDeviceNotifier class. See the IDeviceNotifier interface or DeviceNotifier.OpenDeviceNotifier method for more information
To make your code platform-independent use the DeviceNotifier.OpenDeviceNotifier method for creating instances.
public WindowsDeviceNotifier ( ) : System
Результат System