TaggedServiceReader.ReadDWord (METH) ¶ METHOD ReadDWord : UDINT InOut: Scope Name Type Return ReadDWord UDINT Output dw DWORD
TaggedServiceReader.ReadLWord (METH) ¶ METHOD ReadLWord : UDINT InOut: Scope Name Type Return ReadLWord UDINT Output lw LWORD
TaggedServiceReader.ReadString (METH) ¶ METHOD ReadString : UDINT InOut: Scope Name Type Return ReadString UDINT Output str STRING(255)
TaggedServiceReader.ReadWString (METH) ¶ METHOD ReadWString : UDINT InOut: Scope Name Type Return ReadWString UDINT Output wstr WSTRING(255)
TaggedServiceReader.ReadWord (METH) ¶ METHOD ReadWord : UDINT InOut: Scope Name Type Return ReadWord UDINT Output wd WORD
PlcServiceResponse.Header (PROP) ¶ PROPERTY Header : PlcServiceHeader
PlcServiceResponse.Reader (PROP) ¶ PROPERTY Reader : ITaggedServiceReader
private ¶ prvAnalyzeHeaderObsolete (Method)
PlcServiceResponse.prvAnalyzeHeaderObsolete (METH) ¶ METHOD prvAnalyzeHeaderObsolete : UDINT Implements the old and obsolete way of analyzing the header tag; call only if not supported by the BinTagUtil InOut: Scope Name Type Comment Return prvAnalyzeHeaderObsolete UDINT Input pduData CHCProtocolDataUnit pReaderBuffer POINTER TO BYTE the buffer where the servicereader will be located, may be null. In case of null, dynamic memory will be allocated to create the servicereader! udiReaderBufferSize UDINT the size of the buffer pointed to by pReaderBuffer targetByteOrder PlcServiceByteOrder The byteorder of the data that shall be read uiHeaderTag UINT the header tag used in the communication
PlcVarListMonitoring (FB) ¶ FUNCTION_BLOCK PlcVarListMonitoring Properties: WantsShutdownNotification prvState Methods: Initialize OnExecuteMonitoringReply OnMonitoringRequestSent OnShuttingDown SendMonitoringRequest prvBuildMonitorCurrentVarList prvBuildRegisterVarList prvBuildUnregisterVarList prvIsItemInvalid prvOnCurrentVarListMonitoring prvOnRegisteringVarList prvOnUnregisteringVarList prvParseAndExecuteMonitoringReply prvParseRegisterVarListReply prvParseUnregisterVarListReply prvStartMonitoringCurrentVarList prvStartRegisteringVarList prvStartUnregisterVarList Structure: Building-Services prvBuildMonitorCurrentVarList (Method) prvBuildRegisterVarList (Method) prvBuildUnregisterVarList (Method) Initialize (Method) OnExecuteMonitoringReply (Method) OnMonitoringRequestSent (Method) OnShuttingDown (Method) Parsing-Resonses prvParseAndExecuteMonitoringReply (Method) prvParseRegisterVarListReply (Method) prvParseUnregisterVarListReply (Method) Send-Requests prvStartMonitoringCurrentVarList (Method) prvStartRegisteringVarList (Method) prvStartUnregisterVarList (Method) SendMonitoringRequest (Method) States prvOnCurrentVarListMonitoring (Method) prvOnRegisteringVarList (Method) prvOnUnregisteringVarList (Method) Utility-Functions prvIsItemInvalid (Method) WantsShutdownNotification (Property) prvState (Property)