For a list of all members of this type, see DAServer members.
Name | Description | |
---|---|---|
![]() | Container | (Inherited from System.ComponentModel.Component) |
![]() | isConnected | Indicates whether the OPC server is currently connected. |
![]() | OpcServerMachine | OPC server Computer Name and Access Credentials. |
![]() | OPCServerProgID | OPC Server ProgID, usually in the form vendor.name.n |
![]() | OwnerForm | The Form object that uses this control and requires synchronization. |
![]() | ServerCheckInterval | Available in the OPCDA.NET Professional Edition only. The OPC server connection is checked at this interval in milliseconds by executing a GetStatus call. The default interval is 10 seconds. The minimum is 1 sec. The GeneralError handler is called if the server does not respond or is not in 'running' state. |
![]() | ServerResponseLimit | Available in the OPCDA.NET Professional Edition only. This is the time limit in milliseconds for the OPC server call handling. The default is 10 seconds. If the server call does not return within this time limit then the GeneralError handling method is called with a TIMEOUT error indication. The server access thread may continue to wait for the server call to finish or timeout. Further requests are not being handled before this happens. |
![]() | Site | (Inherited from System.ComponentModel.Component) |
![]() | Srv | The BGServer object used by this control. The BGServer class handles the OPC server access in background threads using methods of the OpcServer class. |
![]() | UaNamespaceURIs | With UA option only. NamespaceURIs that match the NodeIDs persisted in the client application. If the application doesn't set this property before Connect() then the URIs are tried to be loaded from the file app.url.XML in the same directory as the app.exe executable. url is the UA server URL without the xxx:// This XML file is auto-generated at Connect() if the application didn't set this property. |
![]() | UseNetIOP | The server is accessed through .Net Interop instead of Win32. Use it only for InProcess OPC servers. |
Name | Description | |
---|---|---|
![]() | CanRaiseEvents | (Inherited from System.ComponentModel.Component) |
![]() | DesignMode | (Inherited from System.ComponentModel.Component) |
![]() | Events | (Inherited from System.ComponentModel.Component) |