Component Class
This class encapsulates various configuration operations for the Network Link Layer (NL2).
Namespace:
IntervalZero.MaxRT.NL2.Config
Assembly:
IntervalZero.MaxRT.NL2.Config (in IntervalZero.MaxRT.NL2.Config.dll) Version: 1.0.0.0 (File version: 1.0.1)
Syntax
public class Component : wRTOSObject, INL2Component
The Component type exposes the following members:
Constructors
|
|
Name | Description |
|---|---|---|
|
|
Component |
Constructor. |
Methods
| Name | Description | |
|---|---|---|
|
|
Queries the license status of the NL2 component. |
|
|
|
Resets the NL2 component to default values. |
|
|
|
Resets the AutoStart property to its default value of false. |
|
|
|
Resets the ExtMSpacePoolMinimumSize property to its default value of 1024. |
|
|
|
Resets the MainThreadIdealProcessor property to its default value of 0xFFFFFFFF. |
|
|
|
Resets the MainThreadPriority property to it's default value of 66. |
|
|
|
Resets the MSpacePoolExpandable property to its default value of 1. |
|
|
|
Resets the MSpacePoolExpandSize property to its default value of 1024. |
|
|
|
Resets the Verbose property to its default value of false. |
Properties
| Name | Description | |
|---|---|---|
|
|
Gets or sets whether the NL2 component should start automatically. |
|
|
|
Gets or sets the minimum size of the external memory space pool for the NL2. |
|
|
|
Gets or sets the ideal processor for the NL2’s main thread. 0xFFFFFFFF is used for the first available core. |
|
|
|
Sets the priority of the NL2’s main thread. |
|
|
|
Gets or sets whether the NL2's memory space pool is expandable. |
|
|
|
Sets the size the NL2’s memory space pool should expand by. |
|
|
|
Gets or sets a Boolean indicating whether verbose logging is enabled. |
See Also: