UA Bundle SDK .NET  2.2.1.258
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Groups Pages
UnifiedAutomation.UaBase.ResponseHeader Class Reference

Common parameters for all responses. More...

Inherits UnifiedAutomation.UaBase.IEncodeable.

Public Member Functions

 ResponseHeader ()
 The default constructor. More...
 
virtual void Encode (IEncoder encoder)
 
 
virtual void Decode (IDecoder decoder)
 
 
virtual bool IsEqual (IEncodeable encodeable)
 Checks if encodeable is the same object or has the same content More...
 
virtual object Clone ()
 
 

Properties

DateTime Timestamp [get, set]
 The time the Server sent the response. More...
 
uint RequestHandle [get, set]
 The requestHandle given by the Client to the request. More...
 
StatusCode ServiceResult [get, set]
 OPC UA-defined result of the Service invocation. The StatusCode type is defined in 7.33. More...
 
DiagnosticInfo ServiceDiagnostics [get, set]
 Diagnostic information for the Service invocation. This parameter is empty if diagnostics information was not requested in the request header. More...
 
StringCollection StringTable [get, set]
 There is one string in this list for each unique namespace, symbolic identifier, and localized text string contained in all of the diagnostics information parameters contained in the response DiagnosticInfo. Each is identified within this table by its zero-based index. More...
 
ExtensionObject AdditionalHeader [get, set]
 Reserved for future use. Applications that do not understand the header should ignore it. More...
 
virtual ExpandedNodeId TypeId [get]
 
 
virtual ExpandedNodeId BinaryEncodingId [get]
 
 
virtual ExpandedNodeId XmlEncodingId [get]
 
 
- Properties inherited from UnifiedAutomation.UaBase.IEncodeable
ExpandedNodeId TypeId [get]
 Returns the UA type identifier for the encodable type. More...
 
ExpandedNodeId BinaryEncodingId [get]
 Returns the UA type identifier for the default binary encoding for the type. More...
 
ExpandedNodeId XmlEncodingId [get]
 Returns the UA type identifier for the default XML encoding for the type. More...
 

Detailed Description

Common parameters for all responses.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.ResponseHeader.ResponseHeader ( )
inline

The default constructor.

Member Function Documentation

virtual bool UnifiedAutomation.UaBase.ResponseHeader.IsEqual ( IEncodeable  encodeable)
inlinevirtual

Checks if encodeable is the same object or has the same content

Parameters
encodeable
Returns

Property Documentation

ExtensionObject UnifiedAutomation.UaBase.ResponseHeader.AdditionalHeader
getset

Reserved for future use. Applications that do not understand the header should ignore it.

uint UnifiedAutomation.UaBase.ResponseHeader.RequestHandle
getset

The requestHandle given by the Client to the request.

DiagnosticInfo UnifiedAutomation.UaBase.ResponseHeader.ServiceDiagnostics
getset

Diagnostic information for the Service invocation. This parameter is empty if diagnostics information was not requested in the request header.

StatusCode UnifiedAutomation.UaBase.ResponseHeader.ServiceResult
getset

OPC UA-defined result of the Service invocation. The StatusCode type is defined in 7.33.

StringCollection UnifiedAutomation.UaBase.ResponseHeader.StringTable
getset

There is one string in this list for each unique namespace, symbolic identifier, and localized text string contained in all of the diagnostics information parameters contained in the response DiagnosticInfo. Each is identified within this table by its zero-based index.

DateTime UnifiedAutomation.UaBase.ResponseHeader.Timestamp
getset

The time the Server sent the response.


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