Component.Start Method
Starts 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.1.0)
Syntax
public void Start()
Return Value
Type: void
MaxRTNativeException is thrown if the TCP/IP Stack fails to start properly.
Possible error codes:
| Error code | Meaning |
|---|---|
|
RT_ERROR_NO_LICENSE |
The TCP/IP component is not licensed. |
|
RT_ERROR_TCPIP_STARTED |
The TCP/IP component is running. |
|
RT_ERROR_TIMEOUT_STOPPING_NL2 |
Unable to start the NL2 component within a reasonable length of time. |
|
RT_ERROR_TIMEOUT_STOPPING_TCPIP |
Unable to start the TCP/IP component within a reasonable time. |
See Also: