RpcMethodParameter Constructor (String, IDataType, MethodParamFlags, Int32)
Initializes a new instance of the RpcMethodParameter class.
Namespace: TwinCAT.Ads.TypeSystem
Assembly: TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 6.0.328+39e3229
Syntax
C#
public RpcMethodParameter(
string name,
IDataType type,
MethodParamFlags flags,
int lengthIsIndex
)
Parameters
name |
Type: System.String |
type |
Type: TwinCAT.TypeSystem.IDataType |
flags |
Type: TwinCAT.TypeSystem.MethodParamFlags |
lengthIsIndex |
Type: System.Int32 |