Component.GetClientProcessIDs Method
Returns a list of client process IDs currently using 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
public List<uint> GetClientProcessIDs()
Return Value
Type: ListUInt32
MaxRTNativeException is thrown when these errors occur:
| 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 TCP/IP component. |
See Also: