C# Class Opc.Ua.HistoryUpdateMessage

Inheritance: IServiceMessage
ファイルを表示 Open project: OPCFoundation/Misc-Tools Class Usage Examples

Public Methods

Method Description
CreateResponse ( IServiceResponse response ) : object
GetRequest ( ) : IServiceRequest
HistoryUpdateMessage ( ) : System

Initializes an empty message.

HistoryUpdateMessage ( HistoryUpdateRequest HistoryUpdateRequest ) : System

Initializes the message with the body.

Method Details

CreateResponse() public method

public CreateResponse ( IServiceResponse response ) : object
response IServiceResponse
return object

GetRequest() public method

public GetRequest ( ) : IServiceRequest
return IServiceRequest

HistoryUpdateMessage() public method

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

HistoryUpdateMessage() public method

Initializes the message with the body.
public HistoryUpdateMessage ( HistoryUpdateRequest HistoryUpdateRequest ) : System
HistoryUpdateRequest HistoryUpdateRequest
return System