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 |
---|---|---|
|
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 Parameter Comment. | |
|
Gets a value indicating whether this instance has a related LengthIs Parameter. | |
|
Gets a value indicating whether this instance is input. | |
|
Gets a value indicating whether this instance is output. | |
|
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 |
---|---|---|
|
Equals |
Determines whether the specified object is equal to the current object. (Inherited from Object.) |
|
Finalize |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetHashCode |
Serves as the default hash function. (Inherited from Object.) |
|
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
|
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
|
Returns a String that represents this instance. (Overrides Object.ToString..) |