RtfwrlyGetVerbosity
RtfwrlyGetVerbosity returns whether verbosity is enabled or disabled for the Network Relay component.
Syntax
bool RtfwrlyGetVerbosity(
[out] bool * pEnabled,
);
Parameters
[out] pEnabled
When TRUE, verbosity is enabled across the Network Relay component. 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 |
RtfwrlyApi.h |
RtfwrlyApi.lib |
See Also: