Component Class

This class provides methods to manage the TCP/IP component process.

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 class Component : wRTOSObject, ITCPIPComponent

 

The Component type exposes the following members:

Constructors

 

Name Description

Public method

Component

Initializes a new instance of the Control.Component class using the default native methods wrapper.

Methods

  Name Description
Public method

GetClientProcessIDs

Returns a list of client process IDs currently using the TCP/IP component.

Public method

GetStatus

Returns the status of the TCP/IP component.

Public method

Start

Starts the TCP/IP component.

Public method

Stop

Stops the TCP/IP component.

See Also: