MethodParamFlags Enumeration
Flag set specifying the MethodParameter context
Namespace: TwinCAT.TypeSystem
Assembly: TwinCAT.Ads.Abstractions (in
TwinCAT.Ads.Abstractions.dll) Version: 6.0.328+39e3229
Syntax
C#
[FlagsAttribute]
public enum 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) |