Click or drag to resize
STSeriesDeviceDownloadErrorCorrectionTableFromString Method Scriptel Corporation
Warning: This API is deprecated, please consider using the new version located here: http://scriptel.com/developers/proscript/net-library/
Downloads the error correction information specified

Namespace: Scriptel.STSeries
Assembly: STSeries (in STSeries.dll) Version: 2.5.0.454 (2.5.0.454)
Syntax
public byte[] DownloadErrorCorrectionTableFromString(
	string errorCorrectionTable
)

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
ExceptionCondition
STCouldNotCommunicateExceptionif could not communicate with device
SecurityException
UnauthorizedAccessException
See Also