RtecatGetComponentStatus
RtecatGetComponentStatus gets the E-CAT component status.
Syntax
BOOL RtecatGetComponentStatus(
[out] PRT_COMPONENT_STATUS pStatus
);
Parameters
[out] pStatus
A pointer for the status to be written.
Return Values
If the function succeeds, it returns TRUE. If the function fails, it returns FALSE. Call GetLastError to obtain an error code if the function fails.
Possible error codes:
| Error codes | Meaning |
|---|---|
|
ERROR_INVALID_PARAMETER |
Parameter pStatus is NULL. |
Requirements
| Minimum supported version | Header | Library |
|---|---|---|
|
wRTOS 1.0 SDK |
RtecatComponent.h |
RtecatApi_W64.lib (Windows), RtecatApi.lib (RTSS) |
See Also: