FluentRpcMethodExtension Class

Class FluentRpcMethodExtension.

Inheritance Hierarchy

System.Object
  TwinCAT.Ads.TypeSystem.FluentRpcMethodExtension
Namespace:  TwinCAT.Ads.TypeSystem
Assembly:  TwinCAT.Ads (in TwinCAT.Ads.dll) Version: 6.0.328+39e3229

Syntax

C#

public static class FluentRpcMethodExtension

The FluentRpcMethodExtension type exposes the following members.

Methods

 

Name

Description

AddParameter(RpcMethod, IRpcMethodParameter)

Adds a parameter to the RpcMethod

AddParameter(RpcMethod, String, IDataType, MethodParamFlags)

Adds a parameter to the RpcMethod

AddParameter(RpcMethod, String, IDataType, MethodParamFlags, Int32)

Adds a parameter to the RpcMethod

SetReturnType

Sets the ReturnType of the RpcMethod.

Remarks

This method extends the RpcMethod with extension methods to construct methods fluently.

Reference

TwinCAT.Ads.TypeSystem Namespace