TCP/IP API Overview
The TCP/IP APIs are identified by the prefix Rttcpip. These functions are provided by the TCP/IP component and can be used by an RTDLL TCP/IP filter or RTSS application. The TCP/IP component must be running before starting an application. Include the header RttcpipComponent.h in your project and link with the library RtfwtcpipApi.lib (Windows) or RttcpipApi.lib (RTSS). To check if the TCP/IP component is already running, use RttcpipGetComponentStatus. To start the component, use RttcpipStartComponent. To stop the component, use RttcpipStopComponent.
Note: This feature requires a license. TCP/IP is included in the wRTOS Basic Networking feature that is optionally installed with the wRTOS Runtime. However, to enable this feature, you must have a MaxRT wRTOS Basic Networking license (WNET64). Contact IntervalZero Sales to purchase licenses.
See Also: