'Declaration
<NotNullAttribute()> Function GetNamespaceTable( _ ByVal endpointDescriptor As UAEndpointDescriptor _ ) As ValueResult(Of String())
'Usage
Dim instance As IUAServerTables Dim endpointDescriptor As UAEndpointDescriptor Dim value As ValueResult(Of String()) value = instance.GetNamespaceTable(endpointDescriptor)
[NotNull()] ValueResult<string[]> GetNamespaceTable( UAEndpointDescriptor endpointDescriptor )
[NotNull()] ValueResult<array<String^>>^ GetNamespaceTable( UAEndpointDescriptor^ endpointDescriptor )
Parameters
- endpointDescriptor
- The endpoint descriptor of the OPC UA server for which the namespace table should be returned.
Return Value
Returns value result with the namespace table of the server.