C# Class Opc.Ua.BrowseNextMessage

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

Méthodes publiques

Méthode Description
BrowseNextMessage ( ) : System

Initializes an empty message.

BrowseNextMessage ( BrowseNextRequest BrowseNextRequest ) : System

Initializes the message with the body.

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

Method Details

BrowseNextMessage() public méthode

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

BrowseNextMessage() public méthode

Initializes the message with the body.
public BrowseNextMessage ( BrowseNextRequest BrowseNextRequest ) : System
BrowseNextRequest BrowseNextRequest
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