InterfaceSettings.GetAllInterfaceSettings Method

This method returns a list of interfaces configured for the Network Relay component.

Namespace: IntervalZero.MaxRT.Rly.Config
Assembly:  IntervalZero.MaxRT.Rly.Config (in IntervalZero.MaxRT.Rly.Config.dll) Version: 1.0.0.0 (File version: 1.0.1)

Syntax

Copy
public static List<InterfaceSettings> GetAllInterfaceSettings()

Return Value

Type: List<InterfaceSettings>
Returns a list of InterfaceSettings.

Exceptions

This method generates these exceptions:

Exception

Meaning

MaxRTNativeException

A validation error occurred.

See Also: