RpcMethodParameter Class
Class RpcMethodParameter.
Inheritance Hierarchy
System.Object
TwinCAT.Ads.TypeSystem.RpcMethodParameter
Namespace: TwinCAT.Ads.TypeSystem
Assembly: TwinCAT.Ads (in TwinCAT.Ads.dll) Version: 7.0.0+e56d35ccc4675faac24789a4aab60071fc61d470
Syntax
C#
public class RpcMethodParameter : IRpcMethodParameterThe RpcMethodParameter type exposes the following members.
Constructors
|
|
Name |
Description |
|---|---|---|
|
|
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 |
|---|---|---|
|
|
Gets the size of biggest element for alignment | |
|
|
Gets the attributes of the IDataType | |
|
|
Gets the Parameter Comment. | |
|
|
Gets a value indicating whether this instance has a related LengthIs Parameter. | |
|
|
Gets the index of the LengthIs parameter (within the MethodParameter List) | |
|
|
Gets the Parameter Name | |
|
|
Gets the parameter flags. | |
|
|
Gets the size of the RpcMethodParameter | |
|
|
Gets the Unique identifier of the parameters data type. | |
|
|
Gets the Data type of the Parameter |
Methods
|
|
Name |
Description |
|---|---|---|
|
|
Determines whether the specified object is equal to the current object. | |
|
|
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. | |
|
|
Serves as the default hash function. | |
|
|
Gets the Type of the current instance. | |
|
|
Creates a shallow copy of the current Object. | |
|
|
Returns a String that represents this instance.
|
Extension Methods
|
|
Name |
Description |
|---|---|---|
|
|
Determines whether the specified parameter is input.
| |
|
|
Determines whether the specified parameter is output.
| |
|
|
Determines whether the specified parameter is output.
|