IConfigNetwork Interface

This interface is the abstraction of the concrete implementation by class Network.

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

Syntax
public interface IConfigNetwork

The IConfigNetwork type exposes the following members.

Properties
NameDescription
Public classNALSee property NAL
Public classTCPIP See property TCPIP
Public propertyVerbose
See property Verbose
Methods
NameDescription
Public methodCreateNetworkInterface(String, String, Bool, String, 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.

Public methodCreateNetworkInterface(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.

Public methodDeleteNetworkInterface
Public methodGetAllNetworkInterfaces
Public methodResetVerbose
See method ResetVerbose.
Top
See Also