RtfwtcpipGetVerbosity

RtfwtcpipGetVerbosity returns whether verbosity is enabled or disabled for the TCP/IP Stack.

Syntax

Copy
bool RtfwtcpipGetVerbosity(
    [out] bool * enabled,
);

Parameters

[out] enabled

When TRUE, TCP/IP Stack verbosity is enabled. When FALSE, TCP/IP Stack verbosity is disabled.

Return Value

If the function succeeds, it returns TRUE. When the function fails, it returns FALSE.

Remarks

When verbosity is disabled, warning and error messages will be logged to the Event View and provided through toast messages. When verbosity is enabled, additional informational messages will be written to the wRTOS Console.

If the Subsystem is running when the RtfwtcpipSetVerbosity function is called, the values returned by this function may differ from the values currently in use by the Subsystem.

Requirements

Minimum supported version Header Library

wRTOS 1.0 SDK

RtfwtcpipApi.h

RtfwtcpipApi.lib

See Also: