C# Class Opc.Ua.HistoryUpdateMessage

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
HistoryUpdateMessage ( ) : System

Initializes an empty message.

HistoryUpdateMessage ( HistoryUpdateRequest HistoryUpdateRequest ) : 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

HistoryUpdateMessage() public méthode

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

HistoryUpdateMessage() public méthode

Initializes the message with the body.
public HistoryUpdateMessage ( HistoryUpdateRequest HistoryUpdateRequest ) : System
HistoryUpdateRequest HistoryUpdateRequest
Résultat System