'Declaration
<ExtensionAttribute()> Public Overloads Shared Sub WriteItem(Of TValue)( _ ByVal client As IEasyDAClient, _ ByVal serverDescriptor As ServerDescriptor, _ ByVal nodeDescriptor As DANodeDescriptor, _ ByVal vtq As DAVtq(Of TValue) _ )
'Usage
Dim client As IEasyDAClient Dim serverDescriptor As ServerDescriptor Dim nodeDescriptor As DANodeDescriptor Dim vtq As DAVtq(Of TValue) IEasyDAClientExtension2.WriteItem(Of TValue)(client, serverDescriptor, nodeDescriptor, vtq)
[Extension()] public static void WriteItem<TValue>( IEasyDAClient client, ServerDescriptor serverDescriptor, DANodeDescriptor nodeDescriptor, DAVtq<TValue> vtq )
[Extension()] public: static void WriteItemgeneric<typename TValue> ( IEasyDAClient^ client, ServerDescriptor^ serverDescriptor, DANodeDescriptor^ nodeDescriptor, DAVtq<TValue^>^ vtq )
Parameters
- client
- The client object that will perform the operation.
- serverDescriptor
- The OPC server involved in the operation.
- nodeDescriptor
- The OPC item involved in the operation.
- vtq
- The object containing the typed value, timestamp and quality to be written.
Type Parameters
- TValue
- The type of item value.