Returns list of available OPC servers.
Namespace:
PerpetuumSoft.Framework.ConnectivityAssembly: PerpetuumSoft.Framework.Connectivity (in PerpetuumSoft.Framework.Connectivity.dll) Version: 3.9.0.1
Syntax
C# |
---|
public static OPCServerDetail[] GetOPCServers( string host ) |
Visual Basic (Declaration) |
---|
Public Shared Function GetOPCServers ( _ host As String _ ) As OPCServerDetail() |
Visual C++ |
---|
public: static array<OPCServerDetail>^ GetOPCServers( String^ host ) |
Parameters
- host
- Type: System..::.String