C# Class Opc.Ua.HistoryReadMessage

Inheritance: IServiceMessage
Afficher le fichier Open project: OPCFoundation/Misc-Tools Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public CreateResponse ( IServiceResponse response ) : object
response IServiceResponse
Résultat object

GetRequest() public méthode

public GetRequest ( ) : IServiceRequest
Résultat IServiceRequest

HistoryReadMessage() public méthode

Initializes an empty message.
public HistoryReadMessage ( ) : System
Résultat System

HistoryReadMessage() public méthode

Initializes the message with the body.
public HistoryReadMessage ( HistoryReadRequest HistoryReadRequest ) : System
HistoryReadRequest HistoryReadRequest
Résultat System