RequestFactory.CreateLargeWriteRequest (METH) ¶ METHOD CreateLargeWriteRequest : IDatasources.IDriverLargeRequest Creates a request representing a write operation for the given list of items. When the request is no longer necessary, it will be released by a call to |IDriverRequestFactory.ReleaseRequest| In contrast to |IDriverRequestFactory.CreateWriteRequest| , the resulting request might require being sent using several calls to |IDriverStateMachine.SendRequest| for completion. Important The passed list of items must not be stored as part of the request. InOut: Scope Name Type Comment Return CreateLargeWriteRequest IDatasources.IDriverLargeRequest A new request object representing a write operation for the given list of items. Input pItems POINTER TO IDatasources.IDataItem A pointer to an array of |IDataItem| instances that should be written. itemsCount DINT The number of items within the array.
CustomRequestResponse.FB_Exit (METH) ¶ METHOD FB_Exit : BOOL InOut: Scope Name Type Return FB_Exit BOOL Input bInCopyCode BOOL
ICDSV3Response ¶ ContentData (Property) ContentSize (Property) RawData (Property) RawSize (Property)
CustomRequestResponse.ContentData (PROP) ¶ PROPERTY ContentData : POINTER TO BYTE Returns a pointer to the content of the response, ie. without the according header information
CustomRequestResponse.ContentSize (PROP) ¶ PROPERTY ContentSize : __UXINT Returns the size of the data pointer to by |ICustomResponse.|
CustomRequestResponse.RawData (PROP) ¶ PROPERTY RawData : POINTER TO BYTE Returns a pointer to the complete response, ie. including the according header information
CustomRequestResponse.RawSize (PROP) ¶ PROPERTY RawSize : __UXINT
IDriverCustomRequest ¶ Request (Property) Response (Property)
CustomRequestResponse.Request (PROP) ¶ PROPERTY Request : IDatasources.ICustomRequest
CustomRequestResponse.Response (PROP) ¶ PROPERTY Response : IDatasources.ICustomResponse