IRpcMethod Interface
Interface describes an RPC Method
Namespace: TwinCAT.TypeSystem
Assembly: TwinCAT.Ads.Abstractions (in
TwinCAT.Ads.Abstractions.dll) Version: 6.0.328+39e3229
Syntax
C#
public interface IRpcMethod
The IRpcMethod type exposes the following members.
Properties
|
Name |
Description |
---|---|---|
|
Gets the Method comment. | |
|
Gets the In-Parameters of the IRpcMethod | |
|
Gets a value indicating whether this IRpcMethod has no return parameter | |
|
Gets the name of the method | |
|
Gets the Out-Parameters of the IRpcMethod | |
|
Gets all parameters (In, Out and ref parameters) of the . | |
|
Gets the return type. | |
|
Gets the size of the return type in bytes. |