The CommunicationErrorCodes
enumerated type contains information about communication diagnostics, such as interruptions and detected errors. It contains these values:
Enumerator |
Value (hex) |
Description |
---|---|---|
|
|
The exchange is valid. |
|
|
The exchange stopped when the timeout expired. |
|
|
The exchange was stopped by a user request (the |
|
|
The address format is incorrect. |
|
|
The remote address is incorrect. |
|
|
The management table format is incorrect. |
|
|
Specific parameters are incorrect. |
|
|
There was a problem while sending the request to the destination. |
|
|
The size of the receive buffer defined with the parameter SizeRecvBuffer is insufficient for the data received from the controller. |
|
|
A system resource is missing. |
|
|
The transaction number is incorrect. |
|
|
The length is incorrect. |
|
|
The operation error code contains a protocol-specific code. |
|
|
The message was refused. |