IRpcMethodParameter Interface
Interface IRpcMethodParameter
Namespace: TwinCAT.TypeSystem
Assembly: TwinCAT.Ads.Abstractions (in
TwinCAT.Ads.Abstractions.dll) Version:
7.0.0+e56d35ccc4675faac24789a4aab60071fc61d470
Syntax
C#
public interface IRpcMethodParameterThe IRpcMethodParameter type exposes the following members.
Properties
|
|
Name |
Description |
|---|---|---|
|
|
Gets the attributes on the IRpcMethodParameter | |
|
|
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 IRpcMethodParameter | |
|
|
Gets the Data type of the Parameter |
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. |
- IRpcMethodParameter.HasLengthIsParameter Property
- IRpcMethodParameter.LengthIsParameterIndex Property
- IRpcMethodParameter.Name Property
- IRpcMethodParameter.ParameterFlags Property
- IRpcMethodParameter.Size Property
- IRpcMethodParameter.TypeName Property
- IRpcMethodParameter.IsInput Property
- IRpcMethodParameter.IsOutput Property