Parameters
- nodeArguments
- An object that specifies the node in the OPC server.
- attributeData
- Value of an attribute, together with status code and timestamps, to be written.
- attributeId
- Attribute Id. Identifies an attribute of a node.
Exception | Description |
---|---|
System.ArgumentNullException |
A This is a usage error, i.e. it will never occur (the exception will not be thrown) in a correctly written program. Your code should not catch this exception. |
System.ComponentModel.InvalidEnumArgumentException | An invalid enumeration value was used. This is a usage error, i.e. it will never occur (the exception will not be thrown) in a correctly written program. Your code should not catch this exception. |