ServiceResponse.Create (METH) ¶ METHOD Create : UDINT InOut: Scope Name Type Comment Return Create UDINT Input pData POINTER TO BYTE dwSize DWORD targetByteOrder IDatasources.ByteOrder The byteorder of the data that shall be read uiHeaderTag UINT the header tag used in the communication
ServiceResponse.CreatePDU (METH) ¶ METHOD CreatePDU : UDINT InOut: Scope Name Type Comment Return CreatePDU UDINT Input pdu ProtocolDataUnit targetByteOrder IDatasources.ByteOrder The byteorder of the data that shall be read uiHeaderTag UINT the header tag used in the communication
ServiceResponse.Destroy (METH) ¶ METHOD Destroy : UDINT InOut: Scope Name Type Return Destroy UDINT
ServiceResponse.FB_Exit (METH) ¶ METHOD FB_Exit : BOOL InOut: Scope Name Type Return FB_Exit BOOL Input bInCopyCode BOOL
ServiceResponse.Header (PROP) ¶ PROPERTY Header : ServiceHeader
ServiceResponse.Reader (PROP) ¶ PROPERTY Reader : IServiceReader
private ¶ prvAnalyzeHeaderObsolete (Method)
ServiceResponse.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 pData POINTER TO BYTE dwSize DWORD targetByteOrder IDatasources.ByteOrder The byteorder of the data that shall be read uiHeaderTag UINT the header tag used in the communication
ServiceWriter (FB) ¶ FUNCTION_BLOCK ServiceWriter IMPLEMENTS IServiceWriter Properties: Alive Handle Methods: Create CreateDynamic Destroy FB_Exit Finish AppendRaw WriteByte WriteBytes WriteBytesSwapped WriteComplexStartTag WriteDWord WriteDWordSwapped WriteDataStartTag WriteEndTag WriteFillBytes WriteLWord WriteLWordSwapped WritePString WriteString WriteWord WriteWordSwapped Structure: Alive (Property) Create (Method) CreateDynamic (Method) Destroy (Method) FB_Exit (Method) Finish (Method) Handle (Property) ITaggedServiceWriter AppendRaw (Method) WriteByte (Method) WriteBytes (Method) WriteBytesSwapped (Method) WriteComplexStartTag (Method) WriteDWord (Method) WriteDWordSwapped (Method) WriteDataStartTag (Method) WriteEndTag (Method) WriteFillBytes (Method) WriteLWord (Method) WriteLWordSwapped (Method) WritePString (Method) WriteString (Method) WriteWord (Method) WriteWordSwapped (Method)
ServiceWriter.Alive (PROP) ¶ PROPERTY Alive : BOOL