Public ¶ Register (Method) Unregister (Method)
MessageRouter.Register (METH) ¶ METHOD Register InOut: Scope Name Type Input itfElement LAT.IElement
MessageRouter.Unregister (METH) ¶ METHOD Unregister InOut: Scope Name Type Input itfElement LAT.IElement
ICIP.ClassCode (PROP) ¶ PROPERTY ClassCode : USINT
ICIP.EPATH (PROP) ¶ PROPERTY EPATH : LogicalEPATH
ICIP.InstanceNumber (PROP) ¶ PROPERTY InstanceNumber : USINT
ICIP.Service (METH) ¶ METHOD Service : ERROR_CODE InOut: Scope Name Type Return Service ERROR_CODE Input uiServiceCode UINT usiInstanceNumber USINT pby_Data POINTER TO BYTE uiSizeOfData UINT Output pby_ResponseData POINTER TO BYTE uiSizeofResponseData UINT
ICIPCallback.ServiceResponse (METH) ¶ METHOD ServiceResponse : ERROR_CODE InOut: Scope Name Type Return ServiceResponse ERROR_CODE Input uiServiceCode UINT pData POINTER TO BYTE uiDataSize UINT strStatus ERROR_CODE pRequest POINTER TO CIP_ENC.EncapsulationPacket
APPLICATION_INFO (STRUCT) ¶ TYPE APPLICATION_INFO : STRUCT <category>Application information</category> <description> Contains the application information as specified in the application property dialog in CoDeSys. </description> <element name=”pstProjectName” type=”OUT”>Pointer project name</element> <element name=”pstAuthor” type=”OUT”>Pointer to author</element> <element name=”pstVersion” type=”OUT”>Pointer to version as string in the format “x.x.x.x”</element> <element name=”pstDescription” type=”OUT”>Pointer to description</element> <element name=”pstProfile” type=”OUT”>Pointer to used CoDeSys profile name</element> <element name=”dtLastChanges” type=”OUT”>Time and date of last modification of the application (UTC)</element> InOut: Name Type pstProjectName POINTER TO STRING(255) pstAuthor POINTER TO STRING(255) pstVersion POINTER TO STRING(255) pstDescription POINTER TO STRING(255) pstProfile POINTER TO STRING(255) dtLastChanges DT
APPLICATION (STRUCT) ¶ TYPE APPLICATION : STRUCT InOut: Name Type Comment pAppParent POINTER TO APPLICATION POINTER TO parent application iId UDINT Id of the application. Is always unique. CodeGuid ARRAY [0..15] OF BYTE GUID for IEC code DataGuid ARRAY [0..15] OF BYTE GUID for IEC data udiState UDINT State of the application. See definitions Application states udiOpState UDINT Operating state of the application. See definitions Application operation states hBootproject RTS_IEC_HANDLE Handle to bootproject hDebugTask RTS_IEC_HANDLE Handle to debug task pfGlobalInit POINTER TO BYTE Global Init Function pfGlobalExit POINTER TO BYTE Global Exit Function hSessionIdPool RTS_IEC_HANDLE Handle a pool of session-ids hForcePool RTS_IEC_HANDLE Handle a pool of force entries hBPPool RTS_IEC_HANDLE Handle a pool of breakpoints bPersistentForce DINT Is persistent force enabled szName STRING(MAX_LEN_APPLNAME) Application name udiPSVersion UDINT Version number of Programming system (set in download) udiTargetSettingVersion UDINT Version number of Target settings used by PS (set in download)