| STNullDeviceDownloadErrorCorrectionTable Method  |   | 
            Intentionally not implemented.
            
 
Namespace: Scriptel.STSeriesAssembly: STSeries (in STSeries.dll) Version: 2.5.0.454 (2.5.0.454)
Syntaxpublic virtual byte[] DownloadErrorCorrectionTable(
	string filePathName
)
Public Overridable Function DownloadErrorCorrectionTable ( 
	filePathName As String
) As Byte()
public:
virtual array<unsigned char>^ DownloadErrorCorrectionTable(
	String^ filePathName
)
abstract DownloadErrorCorrectionTable : 
        filePathName : string -> byte[] 
override DownloadErrorCorrectionTable : 
        filePathName : string -> byte[] Parameters
- filePathName
 - Type: SystemString
The directory path and file name of the specified error correction file 
Return Value
Type: 
Byte[Missing <returns> documentation for "M:Scriptel.STSeries.STNullDevice.DownloadErrorCorrectionTable(System.String)"]
Exceptions
See Also