C# Class Opc.Ua.BrowseMessage

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

Méthodes publiques

Méthode Description
BrowseMessage ( ) : System

Initializes an empty message.

BrowseMessage ( BrowseRequest BrowseRequest ) : System

Initializes the message with the body.

CreateResponse ( IServiceResponse response ) : object
GetRequest ( ) : IServiceRequest

Method Details

BrowseMessage() public méthode

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

BrowseMessage() public méthode

Initializes the message with the body.
public BrowseMessage ( BrowseRequest BrowseRequest ) : System
BrowseRequest BrowseRequest
Résultat System

CreateResponse() public méthode

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

GetRequest() public méthode

public GetRequest ( ) : IServiceRequest
Résultat IServiceRequest