The following tables list the members exposed by XmlServer.
Name | Description | |
---|---|---|
![]() | XmlServer Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | btProperties | This property contains definitions for the display of the browse tree. |
![]() | RingBufferSize | Subscription ring-buffer size in the internal OPC-DA gateway. (Inherited from xmldanet.xmlda.OpcXmlDA) |
![]() | Url | URL of the XML-DA serverice or ProgID of the OPC-DA server. (Inherited from xmldanet.xmlda.OpcXmlDA) |
Name | Description | |
---|---|---|
![]() | Credentials | Credentials for the server access (Inherited from xmldanet.xmlda.OpcXmlDA) |
![]() | EndPointName | WCF endpoint to be used in the server access. The name must be defiend in the WCF Configuration. The default value is "basicHTTP". This property exists only in the XmlDaNetWCF.DLL (Inherited from xmldanet.xmlda.OpcXmlDA) |
![]() | OpcDaDisconnectIdleTime | Idle time in seconds. The OPC-DA server is disconnected when there is no client acivity for this time. The default is 20 seconds. This property is used only for OPC-DA server access. (Inherited from xmldanet.xmlda.OpcXmlDA) |
![]() | OpcDaReadFromDevice | Force all reads made from the device (Inherited from xmldanet.xmlda.OpcXmlDA) |
![]() | OpcDaWaitAfterAddItems | Delay in milliseconds after AddItems to an OPC server group. Some servers need time before a read/write operation can be executed. (Inherited from xmldanet.xmlda.OpcXmlDA) |
![]() | OpcDaWaitAfterConnect | Delay in milliseconds after a connect to an OPC DA server. Somer servers need time to be ready for client calls. (Inherited from xmldanet.xmlda.OpcXmlDA) |
![]() | Proxy | Proxy access for the Web access (Inherited from xmldanet.xmlda.OpcXmlDA) |
![]() | ReadWriteTimeout | Read/Write timeout in ms (Inherited from xmldanet.xmlda.OpcXmlDA) |
![]() | Timeout | Client wait timeout in ms (Inherited from xmldanet.xmlda.OpcXmlDA) |
![]() | UserAgent | User agent header sent with each request (Inherited from xmldanet.xmlda.OpcXmlDA) |
Name | Description | |
---|---|---|
![]() | BeginBrowse | XML-DA method to asynchronously browse an XML-DA or OPC-DA server. (Inherited from xmldanet.xmlda.OpcXmlDA) |
![]() | BeginGetProperties | XML-DA method to asynchronously get item properties from an XML-DA or OPC-DA server. (Inherited from xmldanet.xmlda.OpcXmlDA) |
![]() | BeginGetStatus | XML-DA method to asynchronously read the current XML-DA or OPC-DA server status. The purpose of the GetStatus service is: - It provides a common mechanism for checking the status of the server - whether it is operational or in need of maintenance. - It provides a common mechanism for obtaining vendor-specific information about the server that is not available through the other OPC services (version number, etc). - Provides insight for clients as to the relative time synchronization between the client and server. As an example, this information is useful for Read requests. (Inherited from xmldanet.xmlda.OpcXmlDA) |
![]() | BeginRead | XML-DA method to asynchronously read a set of item values from an XML-DA or OPC-DA server. (Inherited from xmldanet.xmlda.OpcXmlDA) |
![]() | BeginSubscribe | XML-DA method to asynchronously subscribe a set of item values with either an XML-DA or OPC-DA server. (Inherited from xmldanet.xmlda.OpcXmlDA) |
![]() | BeginSubscriptionCancel | XML-DA method to asynchronously cancel a subscription with either an XML-DA or OPC-DA server. (Inherited from xmldanet.xmlda.OpcXmlDA) |
![]() | BeginSubscriptionPolledRefresh | XML-DA method to asynchronously poll subscribed items from either an XML-DA or OPC-DA server. (Inherited from xmldanet.xmlda.OpcXmlDA) |
![]() | BeginWrite | XML-DA method to asynchronously write a set of item values to either an XML-DA or OPC-DA server. (Inherited from xmldanet.xmlda.OpcXmlDA) |
![]() | Browse | XML-DA method to browse an XML-DA or OPC-DA server. (Inherited from xmldanet.xmlda.OpcXmlDA) |
![]() | BrowseTree | A TreeNode structure is created, starting from the specifeid branch. The BrowseElement object returned from the server is copied into the Tag property of the TreeNode object. It contains the detail information according the XML-DA specs. |
![]() | DataBindCancel | Cancels some or all DataBind subscriptions. The server subscription/group is deleted if no DataBind is left active. |
![]() | DataBindFromXmlFile | Load the DataBind definitions from a ListBuilder generated XML file. A DataBind subscription is started with the call parameters and the DataBinds for the items defined in the XML file. |
![]() | DataBindSubscribe | Creates DataBind subscriptions to items of either an XML-DA or OPC-DA server |
![]() | Dispose | (Inherited from xmldanet.xmlda.OpcXmlDA) |
![]() | EndBrowse | XML-DA method to asynchronously browse an XML-DA or OPC-DA server. (Inherited from xmldanet.xmlda.OpcXmlDA) |
![]() | EndGetProperties | XML-DA method to asynchronously get item properties from an XML-DA or OPC-DA server. (Inherited from xmldanet.xmlda.OpcXmlDA) |
![]() | EndGetStatus | XML-DA method to asynchronously read the current XML-DA or OPC-DA server status. The purpose of the GetStatus service is: - It provides a common mechanism for checking the status of the server - whether it is operational or in need of maintenance. - It provides a common mechanism for obtaining vendor-specific information about the server that is not available through the other OPC services (version number, etc). - Provides insight for clients as to the relative time synchronization between the client and server. As an example, this information is useful for Read requests. (Inherited from xmldanet.xmlda.OpcXmlDA) |
![]() | EndRead | XML-DA method to asynchronously read a set of item values from an XML-DA or OPC-DA server. (Inherited from xmldanet.xmlda.OpcXmlDA) |
![]() | EndSubscribe | XML-DA method to asynchronously subscribe a set of item values with either an XML-DA or OPC-DA server. (Inherited from xmldanet.xmlda.OpcXmlDA) |
![]() | EndSubscriptionCancel | XML-DA method to asynchronously cancel a subscription with either an XML-DA or OPC-DA server. (Inherited from xmldanet.xmlda.OpcXmlDA) |
![]() | EndSubscriptionPolledRefresh | XML-DA method to asynchronously poll subscribed items from either an XML-DA or OPC-DA server. (Inherited from xmldanet.xmlda.OpcXmlDA) |
![]() | EndWrite | XML-DA method to asynchronously write a set of item values to either an XML-DA or OPC-DA server. (Inherited from xmldanet.xmlda.OpcXmlDA) |
![]() | GetBindValue | Get the current item value for the named DataBind. This method is typically called from the ASP.NET DataBind handler. In Windows forms application, where an asynchronous callback into the object/control is possible, this method need not be called. |
![]() | GetProperties | XML-DA method to get item properties for a set of items from an XML-DA or OPC-DA server. (Inherited from xmldanet.xmlda.OpcXmlDA) |
![]() | GetStatus | XML-DA method to get the current XML-DA or OPC-DA server status. The purpose of the GetStatus service is: - It provides a common mechanism for checking the status of the server - whether it is operational or in need of maintenance. - It provides a common mechanism for obtaining vendor-specific information about the server that is not available through the other OPC services (version number, etc). - Provides insight for clients as to the relative time synchronization between the client and server. As an example, this information is useful for Read requests. (Inherited from xmldanet.xmlda.OpcXmlDA) |
![]() | Read | XML-DA method to read a set of item values from an XML-DA or OPC-DA server. (Inherited from xmldanet.xmlda.OpcXmlDA) |
![]() | Subscribe | XML-DA method to subscribe a set of item values with either an XML-DA or OPC-DA server. (Inherited from xmldanet.xmlda.OpcXmlDA) |
![]() | SubscriptionCancel | XML-DA method to cancel a subscription with either an XML-DA or OPC-DA server. (Inherited from xmldanet.xmlda.OpcXmlDA) |
![]() | SubscriptionPolledRefresh | XML-DA method to poll subscribed items from either an XML-DA or OPC-DA server. (Inherited from xmldanet.xmlda.OpcXmlDA) |
![]() | Write | XML-DA method to write a set of item values to either an XML-DA or OPC-DA server. (Inherited from xmldanet.xmlda.OpcXmlDA) |
Name | Description | |
---|---|---|
![]() | DataBindCallbackError | This callback handler is called when an error occurs in the server poll or callback handler. Item and error information is passed in the DataBindInfo argument and the Exception object. |