Component.Start Method
Starts the Network Link Layer (NL2).
Namespace:
IntervalZero.MaxRT.NL2.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()
Implements
INL2Component.Start
Exceptions
If the NL2 fails to start properly, this method throws an exception of type MaxRTNativeException.
Possible error codes:
| Error code | Meaning |
|---|---|
|
RT_ERROR_NO_LICENSE |
The NL2 component does not have a valid license. |
|
RT_ERROR_TIMEOUT_STARTING_NL2 |
Unable to start the NL2 within a reasonable amount of time. |
|
RT_ERROR_NL2_STARTED |
The NL2 component is already started. |
See Also: