IConfigNetworkInterface Interface

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

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

Syntax
public interface IConfigNetworkInterface

The IConfigNetworkInterface type exposes the following members.

Properties
NameDescription
Public propertyDeviceInstanceID
See property DeviceInstanceID.
Public propertyDriver
See property Driver.
Public propertyEnabled
See property Enabled.
Public propertyFriendlyName
See property FriendlyName.
Public propertyGateway
See property Gateway.
Public propertyInterrupt
See property Interrupt.
Public propertyInterruptIdealProcessor
See property InterruptIdealProcessor.
Public propertyInterruptPriority
See property InterruptPriority.
Public propertyIpv4Address
See property Ipv4Address.
Public propertyIPv4Configurations
See property IPv4Configurations.
Public propertyIpv6Address
See property Ipv6Address.
Public propertyIpv6Prefix
See property Ipv6Prefix.
Public propertyLinkStatus
See property LinkStatus.
Public propertyLinkStatusIdealProcessor
See property LinkStatusIdealProcessor.
Public propertyLinkStatusPriority
See property LinkStatusPriority.
Public propertyMtu
See property Mtu.
Public propertyNetmask
See property Netmask.
Public propertyNumReceiveBuffers
See property NumReceiveBuffers.
Public propertyNumTransmitBuffers
See property NumTransmitBuffers.
Public propertyPciBusLocation
See property PciBusLocation.
Public propertyReceiveIdealProcessor
See property ReceiveIdealProcessor.
Public propertyReceivePriority
See property ReceivePriority.
Top
Methods
NameDescription
Public methodAddIPConfiguration
Public methodCreateNetworkFilter
Public methodDeleteIPConfiguration
Public methodDeleteNetworkFilter
Public methodGetAllNetworkFilters
See method GetAllNetworkFilters.
Public methodGetNetworkFilterByDriver
Public methodModifyIPConfiguration
Top
See Also