DeviceFilterHelperMatchHidDevices Method HIDSharp

Namespace: HidSharp
Assembly: HidSharp (in HidSharp.dll) Version: 2.0.0
Syntax

public static bool MatchHidDevices(
	Device device,
	Nullable<int> vendorID = null,
	Nullable<int> productID = null,
	Nullable<int> releaseNumberBcd = null,
	string serialNumber = null
)

Parameters

device
Type: HidSharpDevice
vendorID (Optional)
Type: SystemNullableInt32
productID (Optional)
Type: SystemNullableInt32
releaseNumberBcd (Optional)
Type: SystemNullableInt32
serialNumber (Optional)
Type: SystemString

Return Value

Type: Boolean
See Also

Reference