| SthidGetFeatureReport Method  |   | 
            This method attempts to get a feature report from the current device.
            
 
Namespace: Scriptel.STSeriesAssembly: STSeries (in STSeries.dll) Version: 2.5.0.454 (2.5.0.454)
Syntaxpublic virtual void GetFeatureReport(
	ref byte[] report,
	SafeFileHandle writeHandle
)
Public Overridable Sub GetFeatureReport ( 
	ByRef report As Byte(),
	writeHandle As SafeFileHandle
)
public:
virtual void GetFeatureReport(
	array<unsigned char>^% report, 
	SafeFileHandle^ writeHandle
)
abstract GetFeatureReport : 
        report : byte[] byref * 
        writeHandle : SafeFileHandle -> unit 
override GetFeatureReport : 
        report : byte[] byref * 
        writeHandle : SafeFileHandle -> unit Parameters
- report
 - Type: SystemByte
The report. - writeHandle
 - Type: Microsoft.Win32.SafeHandlesSafeFileHandle
The write handle. 
Exceptions
See Also