Component.ConfigureInstance Method
Updates a MainDevice instance configuration.
Namespace:
IntervalZero.MaxRT.Ecat.Config
Assembly:
IntervalZero.MaxRT.Ecat (in IntervalZero.MaxRT.Ecat.dll) Version: 1.0.0.0 (File version: 1.1.0)
Syntax
public void ConfigureInstance(
Instance instance
)
Parameters
instance
Type: Instance
Parameters for the MainDevice instance.
Return Value
ArgumentNullException is thrown when parameter instance is null.
EcatNativeException is thrown when any of these errors occur:
| Error code | Meaning |
|---|---|
|
ERROR_INVALID_PARAMETER |
One of the following conditions occurred:
|
|
ERROR_NOT_ENOUGH_MEMORY |
Internal memory allocation failed. |
|
ERROR_ALREADY_ASSIGNED |
One of the following conditions occurred:
|
|
ERROR_NOT_FOUND |
One of the following conditions occurred:
|
See Also: