RtcplSetTCPIPSupport

The function RtcplSetTCPIPSupport enables or disables RT-TCP/IP support in RTX.

Syntax

BOOL RtcplSetTCPIPSupport(
    DWORD Enable,
    DWORD Depend,
    DWORD Verbose,
    LPTSTR INIFile
);

Parameters

Enable

Specifies whether to enable RT-TCP/IP Support.

Value

Description

GENERAL_ENABLE

Enables RT-TCP/IP support.

GENERAL_DISABLE

Disables RT-TCP/IP support.

Verbose

Specifies whether the RT-TCP/IP stack runs in verbose mode. If Enable is set to GENERAL_DISABLE, this parameter is ignored.

Value

Description

GENERAL_ENABLE

Turns on verbose mode.

GENERAL_DISABLE

Turns off verbose mode.

INIFile

Full path to the RT-TCP/IP INI file. If you set this parameter to NULL, the default INI file is used.

Return Values

A non-zero value if the function succeeds.

Related RTX Properties Control Panel Features

Tab

TCP/IP tab

Feature(s)

Enable RT-TCP/IP stack option

Requirements

Header RtxProp.h
Library RtxProp.lib
IntervalZero.com | Support | Give Feedback