NAL Class |
This class represents a Network Abstraction Layer (NAL) instance.

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


Name | Description | |
---|---|---|
![]() |
AutoStart |
Read/write. Accesses the configuration parameter that specifies whether the NAL should
start automatically when the real-time Subsystem starts.
|
![]() |
IdealProcessor |
Display or modify the NAL’s ideal processor. The main thread of the stack will be run on this
processor. The specified value must be a non-negative integer referencing an RTSS processor number.
NOTE: Processor numbers are zero based. After changing this property, the NAL or network must be restarted for the changes to take effect. |
![]() |
IoctlDispatchIdealProcessor |
Display or modify the NAL’s dispatch thread ideal processor. The specified value must be a non-negative integer referencing an RTSS processor number.
NOTE: Processor numbers are zero based. After changing this property, the NAL or network must be restarted for the changes to take effect. |
![]() |
IoctlDispatchPriority | Display or modify the priority of the NAL’s dispatch thread. |

Name | Description | |
---|---|---|
![]() |
ResetAll |
Resets all NAL configuration parameters to their default values. After calling this method, the
NAL must be restarted for the changes to take effect.
|
![]() |
ResetAutoStart |
Resets AutoStart of the NAL to it's default value of true;
|
![]() |
ResetIdealProcessor |
Resets property ResetIdealProcessor to its default value (0). After calling this method, the NAL must be restarted for the changes to take effect.
|
![]() |
ResetIoctlDispatchIdealProcessor | Resets property IoctlDispatchIdealProcessor to its default value. |
![]() |
ResetIoctlDispatchPriority | Resets property IoctlDispatchPriority to its default value. |

Name | Description | |
---|---|---|
![]() |
PropertyChanged |
Event Fired when a property value is changed
(Inherited from RTX64Object.) |
