RTFW_SUBSYSTEM_STATUS Enumeration
RTFW_SUBSYSTEM_STATUS represents the status of the RTX64 Subsystem and the RT-TCP/IP Stack.
Syntax
typedef enum _RTFW_SUBSYSTEM_STATUS( RTSS_TRANSITIONING, RTSS_STARTED, RTSS_STOPPED, RTSS_NOT_CONFIGURED, RTSS_MAX, } RTFW_SUBSYSTEM_STATUS, * PRTFW_SUBSYSTEM_STATUS;
Members
RTSS_TRANSITIONING
The Subsystem or Stack is transitioning between a stopped and started state. This status is reported when the Subsystem or Stack is starting or stopping.
RTSS_STARTED
The Subsystem or Stack is started.
RTSS_STOPPED
The Subsystem or Stack is stopped.
RTSS_NOT_CONFIGURED
The Subsystem has not been configured using the RTX64 Activation and Configuration utility or function RtfwSetProcessorConfiguration. This enumerator is only returned by RtfwGetSubsystemStatus. It does not apply to the RT-TCP/IP Stack.
Requirements
Minimum Required Version | RTX64 3.4 |
Header | RtfwAPI.h |
Library | RtfwAPI.lib |
See Also: