IRpcMethod Interface
Interface describes an RPC Method
Namespace: TwinCAT.TypeSystem
Assembly: TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 4.3.0.0
Syntax
C#
public interface IRpcMethod
VB
Public Interface IRpcMethod
The IRpcMethod type exposes the following members.
Properties
|
Name |
Description |
---|---|---|
|
Gets the Method comment. | |
|
Gets a value indicating whether this IRpcMethod has no return parameter | |
|
Gets the name of the method | |
|
Gets the Method parameter descriptions. | |
|
Gets the return type. | |
|
Gets the size of the return type in bytes. |
Further Information