High Performance OPC UA Server SDK  1.2.0.193
services

Services that are defined by OPC UA. More...

Data Structures

struct  ua_activatesessionrequest
 Activates a session with the server. More...
 
struct  ua_activatesessionresponse
 Activates a session with the server. More...
 
struct  ua_addnodesrequest
 Asynchronously adds one or more nodes into the address space hierarchy. More...
 
struct  ua_addnodesresponse
 
struct  ua_addreferencesrequest
 Asynchronously adds one or more references to one or more nodes. More...
 
struct  ua_addreferencesresponse
 
struct  ua_browsenextrequest
 The BrowseNext service is only used to continue a Browse if not all results could be returned by the Browse or a following BrowseNext call. More...
 
struct  ua_browsenextresponse
 Continues one or more browse operations. More...
 
struct  ua_browserequest
 The Browse service is used by a client to navigate through the address space by passing a starting node and browse filters. More...
 
struct  ua_browseresponse
 
struct  ua_callrequest
 Asynchronously calls a method provided by an object on the OPC UA server. More...
 
struct  ua_callresponse
 
struct  ua_cancelrequest
 Asynchronously cancels outstanding service requests on the OPC UA server. More...
 
struct  ua_cancelresponse
 
struct  ua_closesessionrequest
 Closes a session with the server. More...
 
struct  ua_createmonitoreditemsrequest
 Asynchronous call to create a list of monitored items in the subscription. More...
 
struct  ua_createmonitoreditemsresponse
 
struct  ua_createsessionrequest
 Creates a new session with the server. More...
 
struct  ua_createsessionresponse
 Creates a new session with the server. More...
 
struct  ua_createsubscriptionrequest
 Asynchronous call to create a Subscription. More...
 
struct  ua_createsubscriptionresponse
 
struct  ua_deletemonitoreditemsrequest
 Asynchronous call to delete monitored items. More...
 
struct  ua_deletemonitoreditemsresponse
 
struct  ua_deletenodesrequest
 Asynchronously deletes nodes from the OPC UA server’s address space. More...
 
struct  ua_deletenodesresponse
 
struct  ua_deletereferencesrequest
 Asynchronously deletes references from the OPC UA server’s address space. More...
 
struct  ua_deletereferencesresponse
 
struct  ua_deletesubscriptionsrequest
 Asynchronous call to delete one or more Subscriptions that belong to the Client’s Session. More...
 
struct  ua_deletesubscriptionsresponse
 
struct  ua_findserversonnetworkrequest
 
struct  ua_findserversonnetworkresponse
 
struct  ua_findserversrequest
 Asynchronous call to return the Servers known to a Server or Discovery Server. More...
 
struct  ua_findserversresponse
 
struct  ua_getendpointsrequest
 Asynchronous call to get the Endpoints supported by a Server and all of the configuration information required to establish a SecureChannel and a Session. More...
 
struct  ua_getendpointsresponse
 
struct  ua_historyreadrequest
 Asynchronously reads historical values or events of one or more nodes. More...
 
struct  ua_historyreadresponse
 
struct  ua_historyupdaterequest
 Asynchronously updates historical values or events of one or more nodes. More...
 
struct  ua_historyupdateresponse
 
struct  ua_modifymonitoreditemsrequest
 Asynchronous call to modify monitored items. More...
 
struct  ua_modifymonitoreditemsresponse
 
struct  ua_modifysubscriptionrequest
 Asynchronous call to modify a Subscription. More...
 
struct  ua_modifysubscriptionresponse
 
struct  ua_opensecurechannelrequest
 Creates a secure channel with a server. More...
 
struct  ua_opensecurechannelresponse
 Creates a secure channel with a server. More...
 
struct  ua_publishrequest
 Request the server to return NotificationMessages and acknowledge received NotificationMessages. More...
 
struct  ua_publishresponse
 
struct  ua_queryfirstrequest
 Asynchronously queries the address space. More...
 
struct  ua_queryfirstresponse
 
struct  ua_querynextrequest
 This Service is used to request the next set of QueryFirst or QueryNext response information that is too large to be sent in a single response. More...
 
struct  ua_querynextresponse
 
struct  ua_readrequest
 Reads values and attributes asynchronously from OPC server. More...
 
struct  ua_readresponse
 
struct  ua_registernodesrequest
 Asynchronously registers nodes to create shortcuts in the server. More...
 
struct  ua_registernodesresponse
 
struct  ua_registerserver2request
 
struct  ua_registerserver2response
 
struct  ua_registerserverrequest
 Registers a server with the discovery server. More...
 
struct  ua_republishrequest
 Asynchronous republish call to get lost notifications. More...
 
struct  ua_republishresponse
 
struct  ua_setmonitoringmoderequest
 Asynchronous call to set the monitoring mode for a list of monitored items. More...
 
struct  ua_setmonitoringmoderesponse
 
struct  ua_setpublishingmoderequest
 Asynchronous call to enable sending of Notifications on one or more Subscriptions. More...
 
struct  ua_setpublishingmoderesponse
 
struct  ua_settriggeringrequest
 Asynchronously changes the triggering for a monitored item. More...
 
struct  ua_settriggeringresponse
 
struct  ua_teststackexrequest
 
struct  ua_teststackexresponse
 
struct  ua_teststackrequest
 
struct  ua_teststackresponse
 
struct  ua_transfersubscriptionsrequest
 Asynchronous call to transfer a subscription and its MonitoredItems from one Session to another. More...
 
struct  ua_transfersubscriptionsresponse
 
struct  ua_translatebrowsepathstonodeidsrequest
 Asynchronously translates a browse path to a NodeId. More...
 
struct  ua_translatebrowsepathstonodeidsresponse
 
struct  ua_unregisternodesrequest
 Asynchronously unregisters nodes to delete shortcuts in the server. More...
 
struct  ua_writerequest
 Asynchronously writes variable values to an OPC UA Server. More...
 
struct  ua_writeresponse
 

Detailed Description

Services that are defined by OPC UA.