ServiceWriter.FB_Exit (METH) ¶ METHOD FB_Exit : BOOL InOut: Scope Name Type Return FB_Exit BOOL Input bInCopyCode BOOL
ServiceWriter.Finish (METH) ¶ METHOD Finish : UDINT InOut: Scope Name Type Return Finish UDINT Inout pWrittenData POINTER TO BYTE udiWrittenSize UDINT
ServiceWriter.Handle (PROP) ¶ PROPERTY Handle : CmpBinTagUtilIec.RTS_IEC_HANDLE
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.AppendRaw (METH) ¶ METHOD AppendRaw : UDINT InOut: Scope Name Type Return AppendRaw UDINT Input ppData POINTER TO POINTER TO BYTE udiSize UDINT
ServiceRequestRaw.DoFinish (METH) ¶ METHOD PROTECTED DoFinish : UDINT InOut: Scope Name Type Comment Return DoFinish UDINT Input xDestroyOnly BOOL Output pduContent ProtocolDataUnit Only evaluated in case of xDestroyOnly == FALSE
ServiceResponse (FB) ¶ FUNCTION_BLOCK ServiceResponse Properties: ContentData ContentSize Header Reader Methods: Create CreatePDU Destroy FB_Exit prvAnalyzeHeaderObsolete Structure: ContentData (Property) ContentSize (Property) Create (Method) CreatePDU (Method) Destroy (Method) FB_Exit (Method) Header (Property) Reader (Property) private prvAnalyzeHeaderObsolete (Method)
ServiceResponse.ContentData (PROP) ¶ PROPERTY ContentData : POINTER TO BYTE Returns a pointer to the content of the response, ie. without the according header information. This property can be only used after the method Create was called.
ServiceResponse.ContentSize (PROP) ¶ PROPERTY ContentSize : __UXINT Returns the size of the data pointer to by ContentData . This property can be only used after the method Create was called.
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