HandleStore (UNION) ¶ TYPE HandleStore : UNION InOut: Name Type handle RTS_IEC_HANDLE dummy ARRAY [0..1] OF DWORD
IIecVarAccess10 (ITF) ¶ INTERFACE IIecVarAccess10 Methods: VarAccGetNamespaceNodeFlags Structure: VarAccGetNamespaceNodeFlags (Method)
IIecVarAccess10.VarAccGetNamespaceNodeFlags (METH) ¶ METHOD VarAccGetNamespaceNodeFlags : NamespaceNodeFlags InOut: Scope Name Type Return VarAccGetNamespaceNodeFlags NamespaceNodeFlags Input pNode IBaseTreeNode pResult POINTER TO UDINT
IIecVarAccess11 (ITF) ¶ INTERFACE IIecVarAccess11 Methods: VarAccExecuteCall VarAccGetEnumMemberAttributeList VarAccGetNumOfTypeAttributes VarAccGetTypeAttributeByIndex Structure: VarAccExecuteCall (Method) VarAccGetEnumMemberAttributeList (Method) VarAccGetNumOfTypeAttributes (Method) VarAccGetTypeAttributeByIndex (Method)
IIecVarAccess11.VarAccExecuteCall (METH) ¶ METHOD VarAccExecuteCall : RTS_IEC_RESULT InOut: Scope Name Type Comment Return VarAccExecuteCall RTS_IEC_RESULT Input pNode IBaseTreeNode pVariableInformation POINTER TO VariableInformationStruct pArgumentBuffer POINTER TO BYTE buffer where the struct with the arguments is located. nArgumentBufferSize XWORD size of the argument buffer
IIecVarAccess11.VarAccGetEnumMemberAttributeList (METH) ¶ METHOD VarAccGetEnumMemberAttributeList : POINTER TO EnumAttributes InOut: Scope Name Type Return VarAccGetEnumMemberAttributeList POINTER TO EnumAttributes Input typeDesc ITypeDesc pnNumOfEnumValues POINTER TO INT pResult POINTER TO SysTypes.RTS_IEC_RESULT
IIecVarAccess11.VarAccGetNumOfTypeAttributes (METH) ¶ METHOD VarAccGetNumOfTypeAttributes : WORD InOut: Scope Name Type Return VarAccGetNumOfTypeAttributes WORD Input typeDesc ITypeDesc pResult POINTER TO SysTypes.RTS_IEC_RESULT
IIecVarAccess11.VarAccGetTypeAttributeByIndex (METH) ¶ METHOD VarAccGetTypeAttributeByIndex : POINTER TO STRING InOut: Scope Name Type Return VarAccGetTypeAttributeByIndex POINTER TO STRING Input typeDesc ITypeDesc wIndex WORD pResult POINTER TO SysTypes.RTS_IEC_RESULT
IIecVarAccess12 (ITF) ¶ INTERFACE IIecVarAccess12 Methods: VarAccGetContentFeatureFlags VarAccGetRange Structure: VarAccGetContentFeatureFlags (Method) VarAccGetRange (Method)
IIecVarAccess12.VarAccGetContentFeatureFlags (METH) ¶ METHOD VarAccGetContentFeatureFlags : SysTypes.RTS_IEC_RESULT Gets the content feature flags. Return values: - ERR_OK -> if pContentFeatureFlags is not 0, it will be set to the feature flags. - ERR_NOTINITIALIZED -> The code generator did not set the flag value. InOut: Scope Name Type Comment Return VarAccGetContentFeatureFlags SysTypes.RTS_IEC_RESULT Input pContentFeatureFlags POINTER TO ContentFeatureFlags Pointer to the destination variable. May be 0 to just query whether the flags are set or not.