C# Class Opc.Ua.SetMonitoringModeResponseMessage

ファイルを表示 Open project: OPCFoundation/Misc-Tools

Public Methods

Method Description
SetMonitoringModeResponseMessage ( ) : System

Initializes an empty message.

SetMonitoringModeResponseMessage ( ServiceFault ServiceFault ) : System

Initializes the message with a service fault.

SetMonitoringModeResponseMessage ( SetMonitoringModeResponse SetMonitoringModeResponse ) : System

Initializes the message with the body.

Method Details

SetMonitoringModeResponseMessage() public method

Initializes an empty message.
public SetMonitoringModeResponseMessage ( ) : System
return System

SetMonitoringModeResponseMessage() public method

Initializes the message with a service fault.
public SetMonitoringModeResponseMessage ( ServiceFault ServiceFault ) : System
ServiceFault ServiceFault
return System

SetMonitoringModeResponseMessage() public method

Initializes the message with the body.
public SetMonitoringModeResponseMessage ( SetMonitoringModeResponse SetMonitoringModeResponse ) : System
SetMonitoringModeResponse SetMonitoringModeResponse
return System