DeviceSetErrorCorrectionTable Method  | 
 
            This method sets the error correction table in the device.
            
 
    Namespace: 
   ProScript
    Assembly:
   proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntaxpublic void SetErrorCorrectionTable(
	byte[] ect
)
Public Sub SetErrorCorrectionTable ( 
	ect As Byte()
)
public:
void SetErrorCorrectionTable(
	array<unsigned char>^ ect
)
member SetErrorCorrectionTable : 
        ect : byte[] -> unit 
Parameters
- ect
 - Type: SystemByte
Error correction table to write 
See Also