CmpIecVarAccess Interfaces Library Documentation ¶ Company System Title CmpIecVarAccess Interfaces Version 3.5.17.0 Categories System|SysLibs Author 3S - Smart Software Solutions GmbH Description 1 ¶ Types used by the CmpIecVarAccess component Contents: ¶ IIecVarAccess (Interface) AppendVariable (Method) BrowseDown (Method) BrowseGetNext (Method) BrowseGetRoot (Method) BrowseUp (Method) GetAccessRights (Method) GetAddress (Method) GetNode (Method) GetNodeFullPath (Method) GetNodeName (Method) GetNodeType (Method) GetSize (Method) GetSwapSize (Method) GetTypeClass (Method) GetValue (Method) RemoveVariable (Method) SetValue (Method) Swap (Method) IIecVarAccess2 (Interface) AppendVariable (Method) BeginVariableConfiguration (Method) BrowseDown (Method) BrowseGetNext (Method) BrowseGetRoot (Method) BrowseUp (Method) EndVariableConfiguration (Method) GetAccessRights (Method) GetAddress (Method) GetNode (Method) GetNodeFullPath (Method) GetNodeName (Method) GetNodeType (Method) GetSize (Method) GetSwapSize (Method) GetTypeClass (Method) GetTypeDesc (Method) GetTypeNode (Method) GetValue (Method) RemoveVariable (Method) SetValue (Method) Swap (Method) IecVarAccBrowseCallback (Struct) IecVarAccBrowseDirection (Enum) Indices and tables ¶ 1 Based on CmpIecVarAccess_Itfs.library, last modified 20.04.2021, 15:41:54. LibDoc 4.4.0.0-b.27 The content file CmpIecVarAccess_Itfs.clean.json was generated with CODESYS V3.5 SP16 Patch 3 on 20.04.2021, 15:41:54.
IIecVarAccess.AppendVariable (METH) ¶ METHOD AppendVariable : UDINT InOut: Scope Name Type Return AppendVariable UDINT Input pNode IBaseTreeNode
IIecVarAccess (ITF) ¶ INTERFACE IIecVarAccess Methods: AppendVariable BrowseDown BrowseGetNext BrowseGetRoot BrowseUp GetAccessRights GetAddress GetNode GetNodeFullPath GetNodeName GetNodeType GetSize GetSwapSize GetTypeClass GetValue RemoveVariable SetValue Swap Structure: AppendVariable (Method) BrowseDown (Method) BrowseGetNext (Method) BrowseGetRoot (Method) BrowseUp (Method) GetAccessRights (Method) GetAddress (Method) GetNode (Method) GetNodeFullPath (Method) GetNodeName (Method) GetNodeType (Method) GetSize (Method) GetSwapSize (Method) GetTypeClass (Method) GetValue (Method) RemoveVariable (Method) SetValue (Method) Swap (Method)
IIecVarAccess.BrowseDown (METH) ¶ METHOD BrowseDown : IBaseTreeNode InOut: Scope Name Type Return BrowseDown IBaseTreeNode Input pNode IBaseTreeNode pResult POINTER TO UDINT
IIecVarAccess.BrowseGetNext (METH) ¶ METHOD BrowseGetNext : IBaseTreeNode InOut: Scope Name Type Return BrowseGetNext IBaseTreeNode Input pNode IBaseTreeNode pResult POINTER TO UDINT
IIecVarAccess.BrowseGetRoot (METH) ¶ METHOD BrowseGetRoot : IBaseTreeNode InOut: Scope Name Type Return BrowseGetRoot IBaseTreeNode Input pResult POINTER TO UDINT
CIFX_xDriverGetInformation (FUN) ¶ FUNCTION CIFX_xDriverGetInformation : RTS_IEC_RESULT InOut: Scope Name Type Return CIFX_xDriverGetInformation RTS_IEC_RESULT Input hDriver RTS_IEC_HANDLE udiSize UDINT pDriverInfo POINTER TO CIFX_BOARD_INFORMATION
CIFX_xDriverMemoryPointer (FUN) ¶ FUNCTION CIFX_xDriverMemoryPointer : RTS_IEC_RESULT InOut: Scope Name Type Return CIFX_xDriverMemoryPointer RTS_IEC_RESULT Input hDriver RTS_IEC_HANDLE udiBoard UDINT udiCmd UDINT pMemoryInfo POINTER TO BYTE
CIFX_xDriverOpen (FUN) ¶ FUNCTION CIFX_xDriverOpen : RTS_IEC_RESULT InOut: Scope Name Type Return CIFX_xDriverOpen RTS_IEC_RESULT Input phDriver POINTER TO RTS_IEC_HANDLE
CIFX_xMemCpy (FUN) ¶ FUNCTION CIFX_xMemCpy : POINTER TO BYTE <description> Copy the content from source (pSrc) to destination buffer (pDest). </description> <result><p>RESULT: Pointer to the destination buffer, where the copy was done.</p><result> InOut: Scope Name Type Comment Return CIFX_xMemCpy POINTER TO BYTE Input pDest POINTER TO BYTE <param name=”pDest” type=”IN”>Pointer to memory address to be copied to (target)</param> pSrc POINTER TO BYTE <param name=”pSrc” type=”IN”>Pointer to memory address to be copied from (source)</param> udiCount UDINT <param name=”udiCount” type=”IN”>Number of bytes to be copied</param>