.NET Based OPC UA Client/Server SDK  2.6.0.418
UnifiedAutomation.UaBase.DeleteNodesResponseMessage Class Reference

The message contract for the DeleteNodes service response. More...

Public Member Functions

 DeleteNodesResponseMessage ()
 Initializes an empty message. More...
 
 DeleteNodesResponseMessage (DeleteNodesResponse DeleteNodesResponse)
 Initializes the message with the body. More...
 
 DeleteNodesResponseMessage (ServiceFault ServiceFault)
 Initializes the message with a service fault. More...
 

Public Attributes

DeleteNodesResponse DeleteNodesResponse
 The body of the message. More...
 

Detailed Description

The message contract for the DeleteNodes service response.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.DeleteNodesResponseMessage.DeleteNodesResponseMessage ( )
inline

Initializes an empty message.

UnifiedAutomation.UaBase.DeleteNodesResponseMessage.DeleteNodesResponseMessage ( DeleteNodesResponse  DeleteNodesResponse)
inline

Initializes the message with the body.

UnifiedAutomation.UaBase.DeleteNodesResponseMessage.DeleteNodesResponseMessage ( ServiceFault  ServiceFault)
inline

Initializes the message with a service fault.

Member Data Documentation

DeleteNodesResponse UnifiedAutomation.UaBase.DeleteNodesResponseMessage.DeleteNodesResponse

The body of the message.


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