DeviceHasImplementationDetail Method HIDSharp
Checks if a particular implementation detail, such as the use of the Linux hidraw API, applies to this device. See ImplementationDetail for a list of possible details.

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

public virtual bool HasImplementationDetail(
	Guid detail
)

Parameters

detail
Type: SystemGuid
The detail to check.

Return Value

Type: Boolean
true if the implementation detail applies.
See Also

Reference