RtfwGetMonitorStatus

RtfwGetMonitorStatus returns the current status of the wRTOS Monitoring.

Syntax

Copy
bool RtfwGetMonitorStatus(
    [out]   RTFW_MONITOR_STATUS * pMonitorStatus
);

Parameters

[out] pMonitorStatus

A pointer to an RTFW_MONITOR_STATUS enumeration value that is set to indicate the current status of the Susbsytem’s monitoring.

Return Value

If the function succeeds, it returns TRUE. If the function fails, it returns FALSE. Call GetLastError to obtain an error code.

Remarks

If the Subsystem is running when the RtfwGetLocalMemoryConfiguration API 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

RtfwApi.h

RtfwApi.lib

See Also: