TCPConnect Macro From Microchip TCP/IP Stack previous page next page Microchip TCP/IP Stack Help Contents | Index | Home Previous | Up | Next TCPConnect Macro C #define TCPConnect(remote,port) TCPOpen((DWORD)remote, TCP_OPEN_NODE_INFO, port, TCP_PURPOSE_DEFAULT) Description This function is an alias to TCPOpen for client sockets. It is provided for backwards compatibility with older versions of the stack. New applications should use the TCPOpen API instead. Stack API > TCP > Public Members > TCPConnect Macro Microchip TCP/IP Stack 5.42.08 - June 15, 2013Copyright © 2012 Microchip Technology, Inc. All rights reserved. Contents | Index | Home previous page start next page