'Declaration
<ExtensionAttribute()> <NotNullAttribute()> Public Overloads Shared Function RetrieveAllDataTypes( _ ByVal client As IEasyUAClient, _ ByVal endpointDescriptor As UAEndpointDescriptor _ ) As ValueResult(Of UANodeDescriptor())
'Usage
Dim client As IEasyUAClient Dim endpointDescriptor As UAEndpointDescriptor Dim value As ValueResult(Of UANodeDescriptor()) value = IEasyUAClientExtension2.RetrieveAllDataTypes(client, endpointDescriptor)
[Extension()] [NotNull()] public static ValueResult<UANodeDescriptor[]> RetrieveAllDataTypes( IEasyUAClient client, UAEndpointDescriptor endpointDescriptor )
[Extension()] [NotNull()] public: static ValueResult<array<UANodeDescriptor^>>^ RetrieveAllDataTypes( IEasyUAClient^ client, UAEndpointDescriptor^ endpointDescriptor )
Parameters
- client
- The client object that will perform the operation.
- endpointDescriptor
- The endpoint descriptor.
Return Value
A value result with an array of node descriptors obtained, one for each data type found.