Network Class |
Each instance of this class represents an instance of the Real-Time Network, which consists of the Network Abstraction Layer (NAL) and optional RT-TCP/IP Stack.

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

The Network type exposes the following members.


Name | Description | |
---|---|---|
![]() | NAL | This class represents a Network Abstraction Layer (NAL) instance. |
![]() | TCPIP | This class represents a single TCP/IP Stack instance. |
![]() | Verbose |
Read/write. Accesses the configuration parameter that specifies the verbosity for all RTX64 network stacks.
Even though this is an instance property, assigning a value to this property affects all stacks, not just
the specific stack on which the property referenced. This is an instance property so that COM clients can
access it. After changing this property, the network must be restarted for the changes to
take effect.
|

Name | Description | |
---|---|---|
![]() | CreateNetworkInterface(String, String, Bool, String, String, String, UInt32, UInt32, Boolean, UInt32, UInt32, String, String, UInt32, UInt32, string, UInt32, UInt32, NetworkInterface.InterruptType, UInt32, UInt32, UInt32, UInt32, UInt32, UInt32, UInt32, UInt32) | Creates an RTX64 network interface. NOTE: This method can only be used in RTX64 4.0 or later. |
![]() | DeleteNetworkInterface |
Deletes a network interface. IMPORTANT! This operation is irreversable and results in loss of all configuraton data associated with the deleted network interface! |
![]() | Dispose |
Dispose method.
(Inherited from RTX64Object.) |
![]() | GetAllNetworkInterfaces |
Returns a new array containing references to all NetworkInterface objects. If there
are no NetworkInterface objects, returns an empty array.
|
![]() | ResetVerbose |
Resets property Verbose to its default value (false). After calling this method, the RT-TCP/IP stack
must be restarted for the changes to take effect.
|

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