The following tables list the members exposed by OpcHDAServerBrowser.
Name | Description | |
---|---|---|
![]() | OpcHDAServerBrowser Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | UaDiscoveryServerUrl | With UA option only. The URL of the UA discovery server. The default is "opc.tcp://localhost:4840" The OpcServerBrowser() methods variants with a machine name argument replace "localhost" with the specifie name. This property only needs to be set if a non-default port number or protocol is to be used for the Discobvery server. |
Name | Description | |
---|---|---|
![]() | CLSIDFromProgID | Get a server's CLSID from it's ProgId. See OPC specs, chapter 'OPC Server Browser' for details. |
![]() | EnumClassesOfCategories | Enumerate the registered OPC servers. See OPC specs, chapter 'OPC Server Browser' for details |
![]() | GetClassDetails | Get the ProgId and user type or the server with the specified CLSID. See OPC specs, chapter 'OPC Server Browser' for details |
![]() | GetServerList | Overloaded. Get the names of the registerd OPC HDA 1.x servers. The ProgId of all servers is returned as a string array. This array can e.g. be directly displayed in a Windos control: VC# sample: VB sample: |