Client_TCP_ErrorCode

Client_TCP_ErrorCode (ENUM)

TYPE Client_TCP_ErrorCode : NO_ERROR

Attributes: qualified_only\

InOut:

Name
Initial
Comment

NO_ERROR

16#0

No error detected

RESOLVE_TIMEOUT

16#1

The resolve process takes longer than the expected time ‘tTimeoutConnect’

RESOLVE_ERROR

16#2

The resolve process was not successful (TCP error)

CONNECT_TIMEOUT

16#3

The connection process takes longer than the expected time ‘tTimeoutConnect’

CONNECT_ERROR

16#4

The connection process was not successful (TCP error)

SEND_TIMEOUT

16#5

The send process takes longer than the expected time ‘tTimeoutDeviceSend’

READ_TIMEOUT

16#6

The receive process takes longer than the expected time ‘tTimeoutDeviceReceive’

RESOLVE_PENDING

16#7

Still resolving

INVALID_SOCKET_HANDLE

16#8

Invalid socket handle

SOCKET_CREATE_TIMEOUT

16#9

The socket creation process takes longer than the expected time ‘tTimeoutConnect’

CONNECTION_CHECK_FAILED

16#A

The connection check process was not successful

CONNECTION_CHECK_TIMEOUT

16#B

The connection check process takes longer than the expected time ‘tTimeoutConnect’

SEND_ERROR

16#C

The send process was not successful

NOT_READY_TO_SEND

16#D

The check-send process takes longer than the expected time ‘tTimeoutDeviceSend’

NOT_READY_TO_RECEIVE

16#E

The check-receive process takes longer than the expected time ‘tTimeoutDeviceReceive’

RECEIVE_TIMEOUT

16#F

The receive process takes longer than the expected time ‘tTimeoutDeviceReceive’

Last updated