C# Class Opc.Ua.HistoryUpdateResponseMessage

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

Public Methods

Method Description
HistoryUpdateResponseMessage ( ) : System

Initializes an empty message.

HistoryUpdateResponseMessage ( HistoryUpdateResponse HistoryUpdateResponse ) : System

Initializes the message with the body.

HistoryUpdateResponseMessage ( ServiceFault ServiceFault ) : System

Initializes the message with a service fault.

Method Details

HistoryUpdateResponseMessage() public method

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

HistoryUpdateResponseMessage() public method

Initializes the message with the body.
public HistoryUpdateResponseMessage ( HistoryUpdateResponse HistoryUpdateResponse ) : System
HistoryUpdateResponse HistoryUpdateResponse
return System

HistoryUpdateResponseMessage() public method

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