RtfwtcpipSetVerbosity
RtfwtcpipSetVerbosity enables or disables verbosity for the TCP/IP Stack.
Syntax
bool RtfwtcpipSetVerbosity(
[in] bool enabled,
);
Parameters
[in] enabled
True enables TCP/IP Stack verbosity. False disables TCP/IP Stack verbosity.
Return Value
If the function succeeds, it returns TRUE. If 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 Server Console.
If the Subsystem is running when this function is called, it will not take effect until the Subsystem is restarted.
Requirements
| Minimum supported version | Header | Library |
|---|---|---|
|
wRTOS 1.0 SDK |
RtfwtcpipApi.h |
RtfwtcpipApi.lib |
See Also: