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

A description for the PublishResponse DataType. More...

Inherits UnifiedAutomation.UaBase.IServiceResponse, and UnifiedAutomation.UaBase.IEncodeable.

Public Member Functions

 PublishResponse ()
 The default constructor. More...
 
virtual void Encode (IEncoder encoder)
 
 
virtual void Decode (IDecoder decoder)
 
 
virtual bool IsEqual (IEncodeable encodeable)
 
 
virtual object Clone ()
 
 

Properties

ResponseHeader ResponseHeader [get, set]
 A description for the ResponseHeader field. More...
 
uint SubscriptionId [get, set]
 A description for the SubscriptionId field. More...
 
UInt32Collection AvailableSequenceNumbers [get, set]
 A description for the AvailableSequenceNumbers field. More...
 
bool MoreNotifications [get, set]
 A description for the MoreNotifications field. More...
 
NotificationMessage NotificationMessage [get, set]
 A description for the NotificationMessage field. More...
 
StatusCodeCollection Results [get, set]
 A description for the Results field. More...
 
DiagnosticInfoCollection DiagnosticInfos [get, set]
 A description for the DiagnosticInfos field. More...
 
virtual ExpandedNodeId TypeId [get]
 
 
virtual ExpandedNodeId BinaryEncodingId [get]
 
 
virtual ExpandedNodeId XmlEncodingId [get]
 
 
- Properties inherited from UnifiedAutomation.UaBase.IServiceResponse
ResponseHeader ResponseHeader [get, set]
 The header for the response. More...
 
- 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

A description for the PublishResponse DataType.

<exclude>

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.PublishResponse.PublishResponse ( )

The default constructor.

Property Documentation

UInt32Collection UnifiedAutomation.UaBase.PublishResponse.AvailableSequenceNumbers
getset

A description for the AvailableSequenceNumbers field.

DiagnosticInfoCollection UnifiedAutomation.UaBase.PublishResponse.DiagnosticInfos
getset

A description for the DiagnosticInfos field.

bool UnifiedAutomation.UaBase.PublishResponse.MoreNotifications
getset

A description for the MoreNotifications field.

NotificationMessage UnifiedAutomation.UaBase.PublishResponse.NotificationMessage
getset

A description for the NotificationMessage field.

ResponseHeader UnifiedAutomation.UaBase.PublishResponse.ResponseHeader
getset

A description for the ResponseHeader field.

StatusCodeCollection UnifiedAutomation.UaBase.PublishResponse.Results
getset

A description for the Results field.

uint UnifiedAutomation.UaBase.PublishResponse.SubscriptionId
getset

A description for the SubscriptionId field.


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