AuditChannelEventType Class Reference

Derived from AuditEventTypeData. It is not possible to create plane copies of this Class. More...

#include <uaeventdata.h>

Inheritance diagram for AuditChannelEventType:
Collaboration diagram for AuditChannelEventType:

List of all members.


Public Member Functions

 AuditChannelEventType ()
virtual ~AuditChannelEventType ()
virtual OpcUa_UInt16 getFieldIndex (const OpcUa_SimpleAttributeOperand &selectClause)
virtual void getFieldData (OpcUa_UInt16 index, OpcUa_Variant &data)

Public Attributes

UaVariant m_SecureChannelId

Detailed Description

Derived from AuditEventTypeData. It is not possible to create plane copies of this Class.

AuditChannelEventType


Constructor & Destructor Documentation

AuditChannelEventType::AuditChannelEventType (  ) 

construction

AuditChannelEventType::~AuditChannelEventType (  )  [virtual]

destruction


Member Function Documentation

OpcUa_UInt16 AuditChannelEventType::getFieldIndex ( const OpcUa_SimpleAttributeOperand &  selectClause  )  [virtual]

Get the index for the selected field.

Parameters:
selectClause the selected clause of the Fieldindex.
Returns:
the index for the selected field.

Reimplemented from AuditEventTypeData.

void AuditChannelEventType::getFieldData ( OpcUa_UInt16  index,
OpcUa_Variant &  data 
) [virtual]

Get the field value for the passed index.

Parameters:
index the index for the selected field.
data the data for the selected field.

Reimplemented from AuditEventTypeData.


Member Data Documentation


The documentation for this class was generated from the following files:
  • src/uaserver/uaservercpp/coremodule/uaeventdata.h
  • src/uaserver/uaservercpp/coremodule/uaeventdata.cpp