C# Class Opc.Ua.GetEndpointsMessage

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

Public Methods

Method Description
CreateResponse ( IServiceResponse response ) : object
GetEndpointsMessage ( ) : System

Initializes an empty message.

GetEndpointsMessage ( GetEndpointsRequest GetEndpointsRequest ) : System

Initializes the message with the body.

GetRequest ( ) : IServiceRequest

Method Details

CreateResponse() public method

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

GetEndpointsMessage() public method

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

GetEndpointsMessage() public method

Initializes the message with the body.
public GetEndpointsMessage ( GetEndpointsRequest GetEndpointsRequest ) : System
GetEndpointsRequest GetEndpointsRequest
return System

GetRequest() public method

public GetRequest ( ) : IServiceRequest
return IServiceRequest