IControlSubsystem.GetNetworkInterfacesStatus Method

Queries the status of enabled network interfaces.

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

Syntax
public void GetNetworkInterfacesStatus(out NetworkInterfaceStatus[] statuses)

Parameters
ParameterDescription
statusesAn array that has one element for each enabled network interface. If no interfaces are enabled, this array will contain zero elements.
Exceptions
ExceptionCondition
RTX64Exception
See Also