RtcplGetTCPIPVerboseMode

The function RtcplGetTCPIPVerboseMode returns a value that specifies whether verbose mode is enabled for the RT-TCP/IP stack.

Syntax

BOOL RtcplGetTCPIPVerboseMode(
    PDWORD Enable
);

Parameters

Enable

Pointer to a DWORD that RtcplGetTCPIPVerboseMode populates with one of the following defines:

Value

Description

GENERAL_ENABLE

Verbose mode is enabled for the RT-TCP/IP stack.

GENERAL_DISABLE

Verbose mode is disabled for the RT-TCP/IP stack.

Return Values

A non-zero value if the function succeeds

Remarks

Running the stack in Verbose mode may cause the RT-TCP/IP stack to be slow during system shutdown.

Related RTX Properties Control Panel Features

Tab

TCP/IP tab

Feature(s)

Run in verbose mode option

Requirements

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