UsbSabertoothFromHidStream Method SyRen/Sabertooth Library for .NET
Initializes a new instance of the UsbSabertooth class that communicates over the USB HID protocol.

Namespace: DimensionEngineering
Assembly: DimensionEngineering.Sabertooth (in DimensionEngineering.Sabertooth.dll) Version: 1.6.0.0 (1.6.0.0)
Syntax

public static UsbSabertooth FromHidStream(
	Stream hidStream
)

Parameters

hidStream
Type: System.IOStream
A raw USB HID stream from the HidSharp library.

Return Value

Type: UsbSabertooth
The new UsbSabertooth instance.
See Also

Reference