Component.GetStatus Method

Returns the status of the TCP/IP component.

Namespace:  IntervalZero.MaxRT.Tcpip.Control
Assembly:  IntervalZero.MaxRT.NL2.Control (in IntervalZero.MaxRT.NL2.Control.dll) Version: 1.0.0.0 (File version: 1.0.1)

Syntax

Copy
public ComponentStatus GetStatus()

Return Value

This method returns the status of the TCP/IP Stack as a ComponentStatus.

MaxRTNativeException is thrown if a timeout occurs while querying the status.

Possible error codes:

Error code Meaning

RT_ERROR_TIMEOUT_QUERYING_TCPIP_STATUS

An internal error occurred.

See Also: