'Declaration
Public Function WriteAttribute( _ ByVal context As ISystemContext, _ ByVal attributeId As UInteger, _ ByVal indexRange As NumericRange, _ ByVal value As DataValue _ ) As ServiceResult
'Usage
Dim instance As NodeState Dim context As ISystemContext Dim attributeId As UInteger Dim indexRange As NumericRange Dim value As DataValue Dim value As ServiceResult value = instance.WriteAttribute(context, attributeId, indexRange, value)
public ServiceResult WriteAttribute( ISystemContext context, uint attributeId, NumericRange indexRange, DataValue value )
public: ServiceResult^ WriteAttribute( ISystemContext^ context, uint attributeId, NumericRange indexRange, DataValue^ value )
Parameters
- context
- The context for the current operation.
- attributeId
- The attribute id.
- indexRange
- The index range.
- value
- The value.
Return Value
An instance of the ServiceResult containing the status code and diagnostic info for the operation. ServiceResult.Good if successful. Detailed error information otherwise.