| SthidSetFeatureReport Method  |   | 
            This method attempts to send a HID Feature Report to the connected device.
            
 
Namespace: Scriptel.STSeriesAssembly: STSeries (in STSeries.dll) Version: 2.5.0.454 (2.5.0.454)
Syntaxpublic virtual void SetFeatureReport(
	byte[] report,
	SafeFileHandle writeHandle
)
Public Overridable Sub SetFeatureReport ( 
	report As Byte(),
	writeHandle As SafeFileHandle
)
public:
virtual void SetFeatureReport(
	array<unsigned char>^ report, 
	SafeFileHandle^ writeHandle
)
abstract SetFeatureReport : 
        report : byte[] * 
        writeHandle : SafeFileHandle -> unit 
override SetFeatureReport : 
        report : byte[] * 
        writeHandle : SafeFileHandle -> unit Parameters
- report
 - Type: SystemByte
The report. - writeHandle
 - Type: Microsoft.Win32.SafeHandlesSafeFileHandle
The write handle. 
Exceptions
See Also