Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

p_addrPointer to variable that contains IP address of the remote host.
addr_familyIP address contained in the address.
remote_port_nbrPort of the remote host.
p_sock_addrPointer to a variable that will receive the socket address of the remote host. (Can be set to DEF_NULL if the returned value is not required).
p_secure_cfgPointer to the secure configuration (TLS/SSL):

DEF_NULL, if no security enabled.
Pointer to a structure that contains the TLS/SSL parameters, if the TLS/SSL must be active on the connection.
req_timeout_msConnection timeout in ms.
p_errPointer to variable that will receive the return error code from this function.

...