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.
Inheritance Hierarchy
SystemObject
  IntervalZero.RTX64RTX64Object
    IntervalZero.RTX64.ConfigNetwork

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

Syntax
public class Network : RTX64Object, IConfigNetwork

The Network type exposes the following members.

Constructors
NameDescription
Public methodNetwork
Default constructor of the network.
Top
Properties
NameDescription
Public classNALThis class represents a Network Abstraction Layer (NAL) instance.
Public classTCPIP This class represents a single TCP/IP Stack instance.
Public propertyVerbose
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.
Top
Methods
NameDescription
Public methodCreateNetworkInterface(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.

Public methodDeleteNetworkInterface
Deletes a network interface.

IMPORTANT! This operation is irreversable and results in loss of all configuraton data associated with the deleted network interface!

Public methodDispose
Dispose method.
(Inherited from RTX64Object.)
Public methodGetAllNetworkInterfaces
Returns a new array containing references to all NetworkInterface objects. If there are no NetworkInterface objects, returns an empty array.
Public methodResetVerbose
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.
Top
Events
NameDescription
Public eventPropertyChanged
Event Fired when a property value is changed
(Inherited from RTX64Object.)
Top
See Also