'Declaration
<ExtensionAttribute()> <NotNullAttribute()> Public Overloads Shared Function ReadItemValueArrayOfBoolean( _ ByVal client As IEasyDAClient, _ ByVal serverDescriptor As ServerDescriptor, _ ByVal nodeDescriptor As DANodeDescriptor _ ) As Boolean()
'Usage
Dim client As IEasyDAClient Dim serverDescriptor As ServerDescriptor Dim nodeDescriptor As DANodeDescriptor Dim value() As Boolean value = IEasyDAClientExtension2.ReadItemValueArrayOfBoolean(client, serverDescriptor, nodeDescriptor)
[Extension()] [NotNull()] public static bool[] ReadItemValueArrayOfBoolean( IEasyDAClient client, ServerDescriptor serverDescriptor, DANodeDescriptor nodeDescriptor )
[Extension()] [NotNull()] public: static array<bool>^ ReadItemValueArrayOfBoolean( IEasyDAClient^ client, ServerDescriptor^ serverDescriptor, DANodeDescriptor^ nodeDescriptor )
Parameters
- client
- The client object that will perform the operation.
- serverDescriptor
- The OPC server involved in the operation.
- nodeDescriptor
- The descriptor of the OPC node involved in the operation.
Return Value
Returns a value of the OPC item, converted to a type indicated by the method name.