UA Server SDK C++ Bundle  1.4.1.271
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
UA Client context and helper classes

This module contains all C++ helper and context classes used in the OPC UA Client SDK. More...

Namespaces

namespace  UaClientSdk
 Namespace for the C++ OPC UA Client Library.
 

Classes

class  UaClientSdk::UaClient
 Namespace class for OPC UA Client Library. More...
 
class  UaClientSdk::SessionConnectInfo
 The SessionConnectInfo class contains the session settings for connect. More...
 
class  UaClientSdk::ClientSecurityInfo
 The ClientSecurityInfo class contains the security related settings to create a secure channel. More...
 
class  UaClientSdk::CertificateValidationCallback
 The CertificateValidationCallback is an interface for retrieving information about certificate validation errors. More...
 
class  UaClientSdk::SessionSecurityInfo
 The SessionSecurityInfo class contains the security related session settings for connect. More...
 
class  UaClientSdk::ServiceSettings
 The ServiceSettings class contains the general settings for a call. More...
 
class  UaClientSdk::BrowseContext
 The BrowseContext class contains the settings for a browse request. More...
 
class  UaClientSdk::HistoryReadRawModifiedContext
 The HistoryReadRawModifiedContext class contains the settings for a HistoryReadRawModified call. More...
 
class  UaClientSdk::HistoryReadProcessedContext
 The HistoryReadProcessedContext class contains the settings for a HistoryReadProcessed call. More...
 
class  UaClientSdk::HistoryReadAtTimeContext
 The HistoryReadAtTimeContext class contains the settings for a HistoryReadAtTime call. More...
 
class  UaClientSdk::HistoryReadDataResult
 The HistoryReadDataResult class contains the result for one item in a HistoryRead call for data. More...
 
class  UaClientSdk::HistoryReadEventContext
 The HistoryReadEventContext class contains the settings for a HistoryReadEvent call. More...
 
class  UaClientSdk::HistoryReadEventResult
 The HistoryReadDataResult class contains the result for one item in a HistoryRead call for data. More...
 
class  UaClientSdk::UpdateDataDetail
 The UpdateDataDetail class contains the data for one item in a HistoryUpdate call for data. More...
 
class  UaClientSdk::DeleteRawModifiedDetail
 The DeleteRawModifiedDetail class contains the data for one item in a HistoryUpdate call for data. More...
 
class  UaClientSdk::DeleteAtTimeDetail
 The DeleteRawModifiedDetail class contains the data for one item in a HistoryUpdate call for data. More...
 
class  UaClientSdk::UpdateEventDetail
 The UpdateEventsDetail class contains the data for one item in a HistoryUpdate call for events. More...
 
class  UaClientSdk::DeleteEventDetail
 The DeleteRawModifiedDetail class contains the data for one item in a HistoryUpdate call for data. More...
 
class  UaClientSdk::CallIn
 The CallIn class contains the settings for a call request. More...
 
class  UaClientSdk::CallOut
 The CallOut class contains the settings for a call request. More...
 
class  UaClientSdk::SubscriptionSettings
 The SubscriptionSettings class contains the settings for a Subscription. More...
 

Detailed Description

This module contains all C++ helper and context classes used in the OPC UA Client SDK.