C# 클래스 LiveFlight.UsbNotification

파일 보기 프로젝트 열기: LiveFlightApp/Connect-Windows 1 사용 예제들

공개 메소드들

메소드 설명
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