C++ Based OPC UA Client/Server/PubSub SDK  1.7.6.537
UaDiagnosticInfos Class Reference

Class for managing an array of DiagnosticInfo structures. More...

#include <uadiagnosticinfos.h>

Public Member Functions

OpcUa_UInt32 noOfStringTable () const
 Returns size of the string table used for the DiagnosticInfo structures. More...
 
const OpcUa_StringstringTableAt (OpcUa_UInt32 index) const
 Get the string for an index in the DiagnosticInfo. More...
 
OpcUa_UInt32 length () const
 Length of the DiagnosticInfo structure array.
 
OpcUa_DiagnosticInforawData () const
 Returns the raw data for the DiagnosticInfo structure array.
 

Detailed Description

Class for managing an array of DiagnosticInfo structures.

Member Function Documentation

OpcUa_UInt32 UaDiagnosticInfos::noOfStringTable ( ) const

Returns size of the string table used for the DiagnosticInfo structures.

The string table is only set if the class UaDiagnosticInfos is not used in a context where the string table is already provided in other parameters.

const OpcUa_String & UaDiagnosticInfos::stringTableAt ( OpcUa_UInt32  index) const

Get the string for an index in the DiagnosticInfo.

The caller must check if the indes is smaller than the size of the string table provide through noOfStringTable.


The documentation for this class was generated from the following files: