C# Class Opc.Ua.BrowseMessage

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

Public Methods

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

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

BrowseMessage() public method

Initializes the message with the body.
public BrowseMessage ( BrowseRequest BrowseRequest ) : System
BrowseRequest BrowseRequest
return System

CreateResponse() public method

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

GetRequest() public method

public GetRequest ( ) : IServiceRequest
return IServiceRequest