C# Класс LiveFlight.UsbNotification

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
RegisterUsbDeviceNotification ( IntPtr windowHandle ) : void

Registers a window to receive notifications when USB devices are plugged or unplugged.

UnregisterUsbDeviceNotification ( ) : void

Unregisters the window for USB device notifications

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

Метод Описание
RegisterDeviceNotification ( IntPtr recipient, IntPtr notificationFilter, int flags ) : IntPtr
UnregisterDeviceNotification ( IntPtr handle ) : bool

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

RegisterUsbDeviceNotification() публичный статический Метод

Registers a window to receive notifications when USB devices are plugged or unplugged.
public static RegisterUsbDeviceNotification ( IntPtr windowHandle ) : void
windowHandle System.IntPtr Handle to the window receiving notifications.
Результат void

UnregisterUsbDeviceNotification() публичный статический Метод

Unregisters the window for USB device notifications
public static UnregisterUsbDeviceNotification ( ) : void
Результат void