HidDeviceInputReceiverStart Method HIDSharp
Starts the receiver. It will continue until the stream is closed or the device is disconnected. Be sure to call TryRead(Byte, Int32, Report) to read HID reports as they come in.

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

public void Start(
	HidStream stream
)

Parameters

stream
Type: HidSharpHidStream
The stream to receive on.
See Also

Reference