C# Class Opc.Ua.HistoryReadMessage

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

Public Methods

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

Initializes an empty message.

HistoryReadMessage ( HistoryReadRequest HistoryReadRequest ) : 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

HistoryReadMessage() public method

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

HistoryReadMessage() public method

Initializes the message with the body.
public HistoryReadMessage ( HistoryReadRequest HistoryReadRequest ) : System
HistoryReadRequest HistoryReadRequest
return System