.NET Based OPC UA Client/Server SDK  2.6.1.422
UnifiedAutomation.UaBase.InvokeServiceResponseMessage Class Reference

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

Public Member Functions

 InvokeServiceResponseMessage ()
 Initializes an empty message. More...
 
 InvokeServiceResponseMessage (byte[] InvokeServiceResponse)
 Initializes the message with the body. More...
 

Public Attributes

byte[] InvokeServiceResponse
 The body of the message. More...
 

Detailed Description

The message contract for the InvokeService service response.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.InvokeServiceResponseMessage.InvokeServiceResponseMessage ( )
inline

Initializes an empty message.

UnifiedAutomation.UaBase.InvokeServiceResponseMessage.InvokeServiceResponseMessage ( byte[]  InvokeServiceResponse)
inline

Initializes the message with the body.

Parameters
InvokeServiceResponseThe invoke service response.

Member Data Documentation

byte [] UnifiedAutomation.UaBase.InvokeServiceResponseMessage.InvokeServiceResponse

The body of the message.


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