C# Class Opc.Ua.BrowseNextMessage

Inheritance: IServiceMessage
ファイルを表示 Open project: OPCFoundation/Misc-Tools Class Usage Examples

Public Methods

Method 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 method

Initializes an empty message.
public BrowseNextMessage ( ) : System
return System

BrowseNextMessage() public method

Initializes the message with the body.
public BrowseNextMessage ( BrowseNextRequest BrowseNextRequest ) : System
BrowseNextRequest BrowseNextRequest
return System

CreateResponse() public method

public CreateResponse ( IServiceResponse response ) : object
response IServiceResponse
return object

GetRequest() public method

public GetRequest ( ) : IServiceRequest
return IServiceRequest