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

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

Public Member Functions

 InvokeServiceMessage ()
 Initializes an empty message. More...
 
 InvokeServiceMessage (byte[] InvokeServiceRequest)
 Initializes the message with the body. More...
 

Public Attributes

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

Detailed Description

The message contract for the InvokeService service.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.InvokeServiceMessage.InvokeServiceMessage ( )
inline

Initializes an empty message.

UnifiedAutomation.UaBase.InvokeServiceMessage.InvokeServiceMessage ( byte[]  InvokeServiceRequest)
inline

Initializes the message with the body.

Parameters
InvokeServiceRequestThe invoke service request.

Member Data Documentation

byte [] UnifiedAutomation.UaBase.InvokeServiceMessage.InvokeServiceRequest

The body of the message.


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