Subsystem.Start Method
Starts the Subsystem. If the Subsystem fails to start properly, this method throws an exception of type wRTOSException, and instance property State returns START_ERROR. If the TCP/IP stack is set to run on wRTOS start and its license is not valid throws wRTOSInvalidTcpIpStackLicense exception.
Namespace:
IntervalZero.MaxRT.wRTOS.Control
Assembly:
IntervalZero.MaxRT.wRTOS (in IntervalZero.MaxRT.wRTOS.dll) Version: 1.0.0.0 (File version: 1.0.0)
Syntax
public void Start()
Implements
IControlSubsystem.Start
Exceptions
See Also: