MethodParamFlags Enumeration
Flag set specifying the MethodParameter context
Namespace: TwinCAT.TypeSystem
Assembly: TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 4.3.0.0
Syntax
C#
[FlagsAttribute]
public enum MethodParamFlags
VB
<FlagsAttribute>
Public Enumeration MethodParamFlags
Members
|
Member name |
Value |
Description |
---|---|---|---|
In |
1 |
Input Parameter (ADSMETHODPARAFLAG_IN) | |
Out |
2 |
Output Parameter (ADSMETHODPARAFLAG_OUT) | |
ByReference |
4 |
By reference Parameter (ADSMETHODPARAFLAG_BYREFERENCE) | |
MaskIn |
5 |
Mask for In parameters. | |
MaskOut |
6 |
Mask for Out parameters. |