'Declaration
Function Write( _ ByVal attributeId As UInteger, _ ByVal value As DataValue _ ) As ServiceResult
'Usage
Dim instance As ILocalNode Dim attributeId As UInteger Dim value As DataValue Dim value As ServiceResult value = instance.Write(attributeId, value)
ServiceResult Write( uint attributeId, DataValue value )
ServiceResult^ Write( uint attributeId, DataValue^ value )
Parameters
- attributeId
- The attribute identifier.
- value
- The value.
Return Value
The result of Write operation