C# Class Opc.Ua.TranslateBrowsePathsToNodeIdsMessage

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

Public Methods

Method Description
CreateResponse ( IServiceResponse response ) : object
GetRequest ( ) : IServiceRequest
TranslateBrowsePathsToNodeIdsMessage ( ) : System

Initializes an empty message.

TranslateBrowsePathsToNodeIdsMessage ( TranslateBrowsePathsToNodeIdsRequest TranslateBrowsePathsToNodeIdsRequest ) : System

Initializes the message with the body.

Method Details

CreateResponse() public method

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

GetRequest() public method

public GetRequest ( ) : IServiceRequest
return IServiceRequest

TranslateBrowsePathsToNodeIdsMessage() public method

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

TranslateBrowsePathsToNodeIdsMessage() public method

Initializes the message with the body.
public TranslateBrowsePathsToNodeIdsMessage ( TranslateBrowsePathsToNodeIdsRequest TranslateBrowsePathsToNodeIdsRequest ) : System
TranslateBrowsePathsToNodeIdsRequest TranslateBrowsePathsToNodeIdsRequest
return System