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 Namespace:
IntervalZero.RTX64.ConfigAssembly:
IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version:
4.0.0.0 (File version: 4.5.0)
Syntaxpublic class Network : RTX64Object, IConfigNetwork
Public Class Network
Inherits RTX64Object
Implements IConfigNetwork
public ref class Network : public RTX64Object,
IConfigNetwork
type Network =
class
inherit RTX64Object
interface IConfigNetwork
end
The Network type exposes the following members.
Constructors | Name | Description |
---|
 | Network |
Default constructor of the network. |
Top
Properties
Methods | 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.
|
 | CreateNetworkInterface(String, String, Bool, IPv4AddressNetMaskPair, String, UInt32, UInt32, Bool, 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.
|
 | CreateNetworkInterface(String, String, Bool, IPv4AddressNetMaskPair, NetworkInterface.SpeedDuplexType, String, UInt32, UInt32, Bool, 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.4 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.
|
Top
Events
See Also