IecVarAccGetSymbolSetMask (FUN) ¶ FUNCTION IecVarAccGetSymbolSetMask : DWORD InOut: Scope Name Type Return IecVarAccGetSymbolSetMask DWORD Input hUser RTS_IEC_HANDLE hInterface RTS_IEC_HANDLE pResult POINTER TO RTS_IEC_RESULT
IecVarAccInitVarInfo (FUN) ¶ FUNCTION IecVarAccInitVarInfo : SysTypes.RTS_IEC_RESULT InOut: Scope Name Type Comment Return IecVarAccInitVarInfo SysTypes.RTS_IEC_RESULT Input pVariableInformation POINTER TO IecVarAccess_Interfaces.VariableInformationStruct3 Pointer to the variable information struct. After using this method for initialization, the struct also needs to be freed with IecVarAccExitVarInfo() to prevent memory leaks in the runtime data structures. nSizeOfVarInfo UINT
IecVarAccInitVarInfo2 (FUN) ¶ FUNCTION IecVarAccInitVarInfo2 : SysTypes.RTS_IEC_RESULT InOut: Scope Name Type Comment Return IecVarAccInitVarInfo2 SysTypes.RTS_IEC_RESULT Input pVariableInformation POINTER TO IecVarAccess_Interfaces.VariableInformationStruct3 Pointer to the variable information struct. After using this method for initialization, the struct also needs to be freed with IecVarAccExitVarInfo() to prevent memory leaks in the runtime data structures. nSizeOfVarInfo UINT hUser RTS_IEC_HANDLE
IecVarAccInvalidateNode (FUN) ¶ FUNCTION IecVarAccInvalidateNode : RTS_IEC_RESULT InOut: Scope Name Type Return IecVarAccInvalidateNode RTS_IEC_RESULT Input hNode RTS_IEC_HANDLE
IecVarAccNodeInfoAddBrowseInfo (FUN) ¶ FUNCTION IecVarAccNodeInfoAddBrowseInfo : SysTypes.RTS_IEC_RESULT Signature deactivated because of Interface type in RtsBrowseInfo InOut: Scope Name Type Comment Return IecVarAccNodeInfoAddBrowseInfo SysTypes.RTS_IEC_RESULT Input pVariableInformation POINTER TO IecVarAccess_Interfaces.VariableInformationStruct3 Pointer to the variable information. Attention: This needs to be initialized with IecVarAccInitVarInfo() or the function will return an error code. It also needs to be freed with IecVarAccExitVarInfo() to prevent memory leaks. pBrowseInfoData POINTER TO RtsBrowseInfo If this pointer is non-null, the runtime will copy the data into the new buffer. If this pointer is null, the new buffer memory will be cleared to zero.
IecVarAccNodeInfoAddReference (FUN) ¶ FUNCTION IecVarAccNodeInfoAddReference : SysTypes.RTS_IEC_RESULT InOut: Scope Name Type Comment Return IecVarAccNodeInfoAddReference SysTypes.RTS_IEC_RESULT Input pVariableInformation POINTER TO IecVarAccess_Interfaces.VariableInformationStruct3 Pointer to the variable information. Attention: This needs to be initialized with IecVarAccInitVarInfo() or the function will return an error code. It also needs to be freed with IecVarAccExitVarInfo() to prevent memory leaks. pReferenceInfoData POINTER TO BYTE If this pointer is non-null, the runtime will copy the data into the new buffer. If this pointer is null, the new buffer memory will be cleared to zero. nInfoSize XWORD The size of the memory to allocate. pNewReferenceInfo POINTER TO POINTER TO BYTE If this pointer is non-null, the runtime will store the address of the allocated block in this pointer. (This is the same as a subsequent call to VarAccNodeInfoGetReference() shall return.)
IecVarAccNodeInfoGetBrowseInfo (FUN) ¶ FUNCTION IecVarAccNodeInfoGetBrowseInfo : POINTER TO RtsBrowseInfo Signature deactivated because of Interface type in RtsBrowseInfo InOut: Scope Name Type Return IecVarAccNodeInfoGetBrowseInfo POINTER TO RtsBrowseInfo Input pVariableInformation POINTER TO IecVarAccess_Interfaces.VariableInformationStruct3 pLast POINTER TO RtsBrowseInfo pResult POINTER TO SysTypes.RTS_IEC_RESULT
IecVarAccNodeInfoGetReference (FUN) ¶ FUNCTION IecVarAccNodeInfoGetReference : POINTER TO BYTE InOut: Scope Name Type Return IecVarAccNodeInfoGetReference POINTER TO BYTE Input pVariableInformation POINTER TO IecVarAccess_Interfaces.VariableInformationStruct3 pResult POINTER TO SysTypes.RTS_IEC_RESULT
IecVarAccNodeInfoRemoveBrowseInfo (FUN) ¶ FUNCTION IecVarAccNodeInfoRemoveBrowseInfo : SysTypes.RTS_IEC_RESULT InOut: Scope Name Type Return IecVarAccNodeInfoRemoveBrowseInfo SysTypes.RTS_IEC_RESULT Input pVariableInformation POINTER TO IecVarAccess_Interfaces.VariableInformationStruct3
CIFX_xSysdevicePutPacket (FUN) ¶ FUNCTION CIFX_xSysdevicePutPacket : RTS_IEC_RESULT InOut: Scope Name Type Return CIFX_xSysdevicePutPacket RTS_IEC_RESULT Input hSysdevice RTS_IEC_HANDLE pSendPacket POINTER TO BYTE udiTimeout UDINT