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

The header passed with every server response. 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)
 
 
virtual object Clone ()
 
 

Properties

DateTime Timestamp [get, set]
 When the response was sent by the server. More...
 
uint RequestHandle [get, set]
 The handle passed by the client in the request. More...
 
StatusCode ServiceResult [get, set]
 The result of the operation. If Bad there are no parameters returned. More...
 
DiagnosticInfo ServiceDiagnostics [get, set]
 The diagnostics associated with the ServiceResult. More...
 
StringCollection StringTable [get, set]
 A table of strings referenced by the diagnotics structures included in the request. More...
 
ExtensionObject AdditionalHeader [get, set]
 Allows vendor specific information to be included in the header. 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

The header passed with every server response.

<exclude>

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.ResponseHeader.ResponseHeader ( )

The default constructor.

Property Documentation

ExtensionObject UnifiedAutomation.UaBase.ResponseHeader.AdditionalHeader
getset

Allows vendor specific information to be included in the header.

uint UnifiedAutomation.UaBase.ResponseHeader.RequestHandle
getset

The handle passed by the client in the request.

DiagnosticInfo UnifiedAutomation.UaBase.ResponseHeader.ServiceDiagnostics
getset

The diagnostics associated with the ServiceResult.

StatusCode UnifiedAutomation.UaBase.ResponseHeader.ServiceResult
getset

The result of the operation. If Bad there are no parameters returned.

StringCollection UnifiedAutomation.UaBase.ResponseHeader.StringTable
getset

A table of strings referenced by the diagnotics structures included in the request.

DateTime UnifiedAutomation.UaBase.ResponseHeader.Timestamp
getset

When the response was sent by the server.


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