InterfaceSettings.CreateInterfaceSettings Method
This method creates a new InterfaceSettings object for the specified interface name if an NL2 InterfaceSetting already exists.
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
public static InterfaceSettings CreateInterfaceSettings(string name)
Parameters
string name
Type: String
The name of the network interface to create settings for.
Return Value
Type: InterfaceSettings
Returns an InterfaceSettings object.
Exceptions
This method generates these exceptions:
|
Exception |
Meaning |
|---|---|
|
InvalidOperationException |
An interface with the specified name already exists. |
|
MaxRTNativeException |
A validation error occurred. |
See Also: