C# Class Opc.Ua.TranslateBrowsePathsToNodeIdsResponseMessage

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

Méthodes publiques

Méthode Description
TranslateBrowsePathsToNodeIdsResponseMessage ( ) : System

Initializes an empty message.

TranslateBrowsePathsToNodeIdsResponseMessage ( ServiceFault ServiceFault ) : System

Initializes the message with a service fault.

TranslateBrowsePathsToNodeIdsResponseMessage ( TranslateBrowsePathsToNodeIdsResponse TranslateBrowsePathsToNodeIdsResponse ) : System

Initializes the message with the body.

Method Details

TranslateBrowsePathsToNodeIdsResponseMessage() public méthode

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

TranslateBrowsePathsToNodeIdsResponseMessage() public méthode

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

TranslateBrowsePathsToNodeIdsResponseMessage() public méthode

Initializes the message with the body.
public TranslateBrowsePathsToNodeIdsResponseMessage ( TranslateBrowsePathsToNodeIdsResponse TranslateBrowsePathsToNodeIdsResponse ) : System
TranslateBrowsePathsToNodeIdsResponse TranslateBrowsePathsToNodeIdsResponse
Résultat System