NX_SUCCESS (0x00) Successful socket connect
NX_WAIT_ABORTED (0x1A) Requested suspension was aborted by a call to tx_thread_wait_abort
NX_IP_ADDRESS_ERROR (0x21) Invalid server IPv4 or IPv6 address
NX_NOT_BOUND (0x24) Socket is not bound
NX_NOT_CLOSED (0x35) Socket is not in a closed state
NX_IN_PROGRESS (0x37) No wait was specified, connection attempt is in progress
NX_INVALID_INTERFACE (0x4C) Invalid interface index.
NX_NO_INTERFACE_ADDRESS (0x50) The network interface does not have valid IPv6 address
NX_NOT_ENABLED (0x14) TCP not enabled
NX_INVALID_PORT (0x46) Invalid port
NX_PTR_ERROR (0x07) Invalid socket pointer
NX_CALLER_ERROR (0x11) Invalid caller of this service
NX_NOT_CONNECTED (0x38) Connection fails.