'Declaration
<ExtensionAttribute()> Public Overloads Shared Sub WriteItemValue( _ ByVal client As IEasyDAClient, _ ByVal serverDescriptor As ServerDescriptor, _ ByVal itemDescriptor As DAItemDescriptor, _ ByVal value As Object _ )
'Usage
Dim client As IEasyDAClient Dim serverDescriptor As ServerDescriptor Dim itemDescriptor As DAItemDescriptor Dim value As Object IEasyDAClientExtension.WriteItemValue(client, serverDescriptor, itemDescriptor, value)
[Extension()] public static void WriteItemValue( IEasyDAClient client, ServerDescriptor serverDescriptor, DAItemDescriptor itemDescriptor, object value )
[Extension()] public: static void WriteItemValue( IEasyDAClient^ client, ServerDescriptor^ serverDescriptor, DAItemDescriptor^ itemDescriptor, Object^ value )
Parameters
- client
- The client object that will perform the operation.
- serverDescriptor
- The OPC server involved in the operation.
- itemDescriptor
- The OPC item involved in the operation.
- value
- The value to be written.