Subsystem.StopTcpipStack Method (UInt32)

Stops the RT-TCP/IP stack if it is running. Specifies the number of seconds that this method should wait for the RT-TCP/IP stack to stop. This parameter is optional and defaults to 0, which means wait 30 seconds plus an additional 10 seconds for each configured network interface (other than the RTX64 Virtual Network interface).

Return Value

Type: Boolean
Returns true if the stack was successfully stopped, or false if the stack is not running. Throws an exception if a timeout occurs waiting for the RT-TCP/IP stack to stop.

Namespace:  IntervalZero.RTX64.Control
Assembly:  IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 3.3.0.0 (File version: 3.5.0)

Syntax
public bool StopTcpipStack(
	uint timeoutInSeconds
)

Parameters

timeoutInSeconds
Type: SystemUInt32

Return Value

Type: Boolean

Implements

IControlSubsystemStopTcpipStack(UInt32)
See Also