RpcMethodParameter Class

Class RpcMethodParameter.

Inheritance Hierarchy

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

Syntax

C#

public class RpcMethodParameter : IRpcMethodParameter

The RpcMethodParameter type exposes the following members.

Constructors

 

Name

Description

RpcMethodParameter(String, IDataType, MethodParamFlags)

Initializes a new instance of the RpcMethodParameter class.

RpcMethodParameter(String, IDataType, MethodParamFlags, Int32)

Initializes a new instance of the RpcMethodParameter class.

RpcMethodParameter(String, IDataType, MethodParamFlags, Int32, String)

Initializes a new instance of the RpcMethodParameter class.

Properties

 

Name

Description

RpcMethodParameter Class 1:

AlignSize

Gets the size of biggest element for alignment

RpcMethodParameter Class 2:

Comment

Gets the Parameter Comment.

RpcMethodParameter Class 3:

HasLengthIsParameter

Gets a value indicating whether this instance has a related LengthIs Parameter.

RpcMethodParameter Class 4:

IsInput

Gets a value indicating whether this instance is input.

RpcMethodParameter Class 5:

IsOutput

Gets a value indicating whether this instance is output.

RpcMethodParameter Class 6:

LengthIsParameterIndex

Gets the index of the LengthIs parameter (within the MethodParameter List)

RpcMethodParameter Class 7:

Name

Gets the Parameter Name

RpcMethodParameter Class 8:

ParameterFlags

Gets the parameter flags.

RpcMethodParameter Class 9:

Size

Gets the size of the RpcMethodParameter

RpcMethodParameter Class 10:

TypeGuid

Gets the Unique identifier of the parameters data type.

RpcMethodParameter Class 11:

TypeName

Gets the Data type of the Parameter

Methods

 

Name

Description

RpcMethodParameter Class 12:

Equals

Determines whether the specified object is equal to the current object. (Inherited from Object.)

RpcMethodParameter Class 13:

Finalize

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)

RpcMethodParameter Class 14:

GetHashCode

Serves as the default hash function. (Inherited from Object.)

RpcMethodParameter Class 15:

GetType

Gets the Type of the current instance. (Inherited from Object.)

RpcMethodParameter Class 16:

MemberwiseClone

Creates a shallow copy of the current Object. (Inherited from Object.)

RpcMethodParameter Class 17:

ToString

Returns a String that represents this instance. (Overrides Object.ToString..)

Reference

TwinCAT.Ads.TypeSystem Namespace