PlcCryptType (ENUM) ¶ TYPE PlcCryptType : Attributes: qualified_only InOut: Name Invalid Crypt_Xor
PlcMonitoringErrorCodes (ENUM) ¶ TYPE PlcMonitoringErrorCodes : Attributes: qualified_only InOut: Name Initial Comment CommunicationBufferOverrun 16#10000 Will be set, when the communication buffer was not large enough to monitor this item BufferOverrun 16#20000 Will be set, when an internal buffer in the PlcAppConnection is too small to monitor this item InvalidItem 16#30000 Will be set, when the item is somewhat inconsistent, eg. it has no local address, a write item has no write copy address,… UnknownAddressInfoType 16#40000 MissingGetAccessor 16#50000 A property address info item lacks a get accessor MissingSetAccessor 16#60000 A property address info item lacks a set accessor
PlcServiceByteOrder (ENUM) ¶ TYPE PlcServiceByteOrder : InOut: Name Intel Motorola Unknown
PlcServiceChannelMode (ENUM) ¶ TYPE PlcServiceChannelMode : Attributes: qualified_only InOut: Name Synchronous Asynchronous
Private (Build services) Methods ¶ Access to trace manager component prvAddVariableInfo (Method)
Access to trace manager component ¶ prvAddVariableInfo (Method)
PlcAppConnection.prvAddVariableInfo (METH) ¶ METHOD prvAddVariableInfo : UDINT InOut: Scope Name Type Comment Return prvAddVariableInfo UDINT Input itfWriter ITaggedServiceWriter2 The ITaggedServiceWriter2 instance, where the data has to be written to itfTraceMgrInfo ITraceMgrInfo The ITraceMgrInfo instance providing information about the variable. psName POINTER TO STRING The name of the variable xHasToSwap BOOL Flag, indicating, whether the bytes of the values to write have to be swapped
Private (Parse replies) Methods ¶ Access to trend storage prvFreeAllocatedMemory (Method)
Access to trend storage ¶ prvFreeAllocatedMemory (Method)
PlcAppConnection.prvFreeAllocatedMemory (METH) ¶ METHOD prvFreeAllocatedMemory Frees previously allocated arrays. InOut: Scope Name Type Comment Input ppaConfiguration POINTER TO POINTER TO ARRAY [0..0] OF TrendStructTraceConfigurationEntry Points to the allocated memory to free ppaConfiguration2 POINTER TO POINTER TO ARRAY [0..0] OF TrendStructTraceConfigurationEntry2 ppabyBufferTimestamps POINTER TO POINTER TO ARRAY [0..0] OF LINT ppabyBufferValues POINTER TO POINTER TO ARRAY [0..0] OF BYTE ppabyBufferValidity POINTER TO POINTER TO ARRAY [0..0] OF BYTE