Component.GetClientProcessIDs Method

Returns a list of client process IDs currently using the NL2 component.

Namespace:  IntervalZero.MaxRT.NL2.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 List<uint> GetClientProcessIDs()

Return Value

Type: ListUInt32

Exceptions

MaxRTNativeException is thrown when errors occur.

Possible error codes:

Error code Meaning

RT_ERROR_SUBSYSTEM_NOT_STARTED

An operation requiring the wRTOS Subsystem was attempted before the Subsystem started.

RTTCPIP_ERROR_TIMEOUT_QUERYING_STATUS

An internal error occurred while querying the status of the NL2 component.

See Also: