RTSSCOMPONENT Enumeration

Enumeration RTSSCOMPONENT specifies the type of Subsystem component.

Syntax

typedef enum RTSSCOMPONENT(
    RtTCPIP;
    RtNal
} RTSSCOMPONENT, *RTSSCOMPONENT; 

Enumerators

RtTCPIP

Represents the RT-TCP/IP Stack.

RtNal

Represents the Network Abstraction Layer (NAL).

Requirements

Minimum Supported Version RTX64 4.0
Header RtssApi.h
Library Rtx_Rtss.lib

See Also:

RtQueryComponent

RtStartComponent

RtStopComponent

RT_COMPONENT_STATUS