C# Class Opc.Ua.HistoryReadResponseMessage

Afficher le fichier Open project: OPCFoundation/Misc-Tools

Méthodes publiques

Méthode Description
HistoryReadResponseMessage ( ) : System

Initializes an empty message.

HistoryReadResponseMessage ( HistoryReadResponse HistoryReadResponse ) : System

Initializes the message with the body.

HistoryReadResponseMessage ( ServiceFault ServiceFault ) : System

Initializes the message with a service fault.

Method Details

HistoryReadResponseMessage() public méthode

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

HistoryReadResponseMessage() public méthode

Initializes the message with the body.
public HistoryReadResponseMessage ( HistoryReadResponse HistoryReadResponse ) : System
HistoryReadResponse HistoryReadResponse
Résultat System

HistoryReadResponseMessage() public méthode

Initializes the message with a service fault.
public HistoryReadResponseMessage ( ServiceFault ServiceFault ) : System
ServiceFault ServiceFault
Résultat System