Click or drag to resize
SthidSetFeatureReport Method Scriptel Corporation
Warning: This API is deprecated, please consider using the new version located here: http://scriptel.com/developers/proscript/net-library/
This method attempts to send a HID Feature Report to the connected device.

Namespace: Scriptel.STSeries
Assembly: STSeries (in STSeries.dll) Version: 2.5.0.454 (2.5.0.454)
Syntax
public virtual void SetFeatureReport(
	byte[] report,
	SafeFileHandle writeHandle
)

Parameters

report
Type: SystemByte
The report.
writeHandle
Type: Microsoft.Win32.SafeHandlesSafeFileHandle
The write handle.
Exceptions
ExceptionCondition
STCouldNotCommunicateExceptionCannot set feature report
See Also