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
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)