InterfaceSettings.CreateInterfaceSettings Method

A static method to create an NL2 interface.

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

Syntax

Copy
public static InterfaceSettings CreateInterfaceSettings(
    string name,
    string driver,
    string pciBusLocation,
    string deviceInstanceID
)

Parameters

name

Type: String
The new interface name.

driver

Type: String
The path to the network device driver DLL.

pciBusLocation

Type: String
The hardware location for the physical NIC.

deviceInstanceID

Type: String
The hardware ID.

Return Value

Type: InterfaceSettings
Returns an InterfaceSettings instance.

Remarks

The default values of the following properties will be set by the CreateInterfaceSettings method:

See Also: