DeviceGetErrorCorrectionTable Method |
This method attempts to get the error correction table from the device.
Namespace:
ProScript
Assembly:
proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax public byte[] GetErrorCorrectionTable()
Public Function GetErrorCorrectionTable As Byte()
public:
array<unsigned char>^ GetErrorCorrectionTable()
member GetErrorCorrectionTable : unit -> byte[]
Return Value
Type:
Bytebyte array containing the raw error correction table
See Also