Rtfwnl2GetVerbosity
Rtfwnl2GetVerbosity returns whether verbosity is enabled or disabled for the Network Link Layer (NL2).
Syntax
bool Rtfwnl2GetVerbosity(
[out] bool * enabled,
);
Parameters
[out] enabled
When TRUE, verbosity is enabled across the NL2. When FALSE, verbosity is disabled.
Return Value
The function returns TRUE if verbosity is enabled and returns FALSE when verbosity is disabled.
Remarks
When verbosity is disabled, warning and error messages will be logged to the Event Viewer 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: