Subsystem.GetNetworkInterfacesStatus Method

Queries the status of each enabled network interface.

Namespace:  IntervalZero.RTX64.Control
Assembly:  IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 4.0.0.0 (File version: 4.5.0)

Syntax
public void GetNetworkInterfacesStatus(out NetworkInterfaceStatus[] statuses)

Implements

IControlSubsystem.GetNetworkInterfacesStatus
Parameters
ParameterDescription
statuses

An array that has one element for each enabled network interface. If no interfaces are enabled, this array will contain zero elements.

Each object contains:

  • The name of the interface
  • TCP/IP Stack status
  • NAL status
  • Error codes (if any exist)
Exceptions
ExceptionCondition
RTX64ExceptionIf the NAL is not running (which, in turn, means the TCP/IP Stack cannot be running), an exception is thrown with the error code in the description.
See Also