| STSeriesDeviceDownloadErrorCorrectionTableFromString Method  |   | 
            Downloads the error correction information specified
            
 
Namespace: Scriptel.STSeriesAssembly: STSeries (in STSeries.dll) Version: 2.5.0.454 (2.5.0.454)
Syntaxpublic byte[] DownloadErrorCorrectionTableFromString(
	string errorCorrectionTable
)
Public Function DownloadErrorCorrectionTableFromString ( 
	errorCorrectionTable As String
) As Byte()
public:
array<unsigned char>^ DownloadErrorCorrectionTableFromString(
	String^ errorCorrectionTable
)
member DownloadErrorCorrectionTableFromString : 
        errorCorrectionTable : string -> byte[] 
Parameters
- errorCorrectionTable
 - Type: SystemString
The string representation of the contents of an error correction file 
Return Value
Type: 
Byte
            Returns a byte array containing the error correction information.  
            If the call fails, an empty byte array is returned.
            
Exceptions
See Also