NAL Class

This class represents a Network Abstraction Layer (NAL) instance.
Inheritance Hierarchy
System.Object
  IntervalZero.RTX64RTX64Object
    IntervalZero.RTX64.ConfigNAL

Namespace:  IntervalZero.RTX64.Config

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

Syntax
public class NAL : RTX64Object, IConfigNAL
Properties
Name Description
Public property AutoStart
Read/write. Accesses the configuration parameter that specifies whether the NAL should start automatically when the real-time Subsystem starts.
Public property 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.

Public property 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.

Public property IoctlDispatchPriority Display or modify the priority of the NAL’s dispatch thread.
Top
Methods
Name Description
Public method 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.
Public method ResetAutoStart
Resets AutoStart of the NAL to it's default value of true;
Public method ResetIdealProcessor
Resets property ResetIdealProcessor to its default value (0). After calling this method, the NAL must be restarted for the changes to take effect.
Public method ResetIoctlDispatchIdealProcessor Resets property IoctlDispatchIdealProcessor to its default value.
Public method ResetIoctlDispatchPriority Resets property IoctlDispatchPriority to its default value.
Top
Events
Name Description
Public event PropertyChanged
Event Fired when a property value is changed
(Inherited from RTX64Object.)
Top
See Also

Reference