UA Server SDK C++ Bundle  1.4.1.271
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages

Namespace for the C++ OPC UA Client Library. More...

Classes

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

Functions

OpcUa_UInt32 indexOf (const UaStringArray &stringArray, const UaString &sString)
 Returns the index of sString in stringArray. More...
 

Detailed Description

Namespace for the C++ OPC UA Client Library.

Function Documentation

OpcUa_UInt32 UaClientSdk::indexOf ( const UaStringArray &  stringArray,
const UaString sString 
)

Returns the index of sString in stringArray.

If sString cannot be found, OpcUa_UInt32_Max is returned.