Rtfwnl2SetVerbosity

Rtfwnl2SetVerbosity enables or disables verbosity for the Network Link Layer (NL2).

Syntax

Copy
bool Rtfwnl2SetVerbosity(
    [in] bool enabled,
);

Parameters

[in] enabled

A value of TRUE enables verbosity for the NL2. A value of FALSE disables 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 Console.

Requirements

Minimum supported version Header Library

wRTOS 1.0 SDK

Rtfwnl2Api.h

Rtfwnl2Api.lib

See Also: