Click or drag to resize

DeviceChangeEventArgs Constructor

Initializes a new instance of the DeviceChangeEventArgs class.

Namespace:  WinUsbNet
Assembly:  WinUsbNet (in WinUsbNet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public DeviceChangeEventArgs(
	string deviceName,
	bool isAttach
)

Parameters

deviceName
Type: SystemString
A string that identifies the USB device.
isAttach
Type: SystemBoolean
true if attach, false if detach.
See Also