ITaggedServiceReader.GetContent (METH) ¶ METHOD GetContent : UDINT InOut: Scope Name Type Return GetContent UDINT Output pData POINTER TO BYTE
ITaggedServiceReader.GetContentSize (METH) ¶ METHOD GetContentSize : UDINT InOut: Scope Name Type Return GetContentSize UDINT Output contentSize UDINT
IPlcServiceChannelCallbackTarget.ReplyReceived (METH) ¶ METHOD ReplyReceived : UDINT InOut: Scope Name Type Comment Return ReplyReceived UDINT Input channel IPlcServiceChannel the channel for which the reply was received pduData CHCProtocolDataUnit
IServiceHelper (ITF) ¶ INTERFACE IServiceHelper Properties: SavepointMemory Methods: CreateResponse CreateService Structure: CreateResponse (Method) CreateService (Method) SavepointMemory (Property)
IServiceHelper.CreateResponse (METH) ¶ METHOD CreateResponse : UDINT InOut: Scope Name Type Return CreateResponse UDINT Input pdu CHCProtocolDataUnit targetByteOrder PlcServiceByteOrder Inout response PlcServiceResponse
IServiceHelper.CreateService (METH) ¶ METHOD CreateService : UDINT InOut: Scope Name Type Return CreateService UDINT Input uiServiceGroup UINT uiService UINT bo PlcServiceByteOrder Inout service PlcService
ITaggedServiceReader.GetUnreadContentSize (METH) ¶ METHOD GetUnreadContentSize : UDINT InOut: Scope Name Type Return GetUnreadContentSize UDINT Output contentSize UDINT
ITaggedServiceReader.IgnoreBytes (METH) ¶ METHOD IgnoreBytes : UDINT InOut: Scope Name Type Comment Return IgnoreBytes UDINT Input udiCount UDINT The number of bytes to be ignore
ITaggedServiceReader.IsDataTag (PROP) ¶ PROPERTY IsDataTag : BOOL
ITaggedServiceReader.MoveDown (METH) ¶ METHOD MoveDown : UDINT This method will move to the first subtag of the current tag. In case the current Tag is a datatag, ERR_TSR_NOCONTAINERTAG will be returned. InOut: Scope Name Type Return MoveDown UDINT