IDriverCustomRequest.Response (PROP) ¶ PROPERTY Response : ICustomResponse
IDriverLargeRequest (ITF) ¶ INTERFACE IDriverLargeRequest EXTENDS IDriverRequest This interface represents requests that might require several calls to IDriverStateMachine.SendRequest for completion. Properties: Finished Structure: Finished (Property)
IDriverLargeRequest.Finished (PROP) ¶ PROPERTY Finished : BOOL
IDriverRequest (ITF) ¶ INTERFACE IDriverRequest EXTENDS __SYSTEM.IQueryInterface
IDriverRequestFactory (ITF) ¶ INTERFACE IDriverRequestFactory EXTENDS __SYSTEM.IQueryInterface Methods: CreateReadRequest CreateWriteRequest ReleaseRequest Structure: CreateReadRequest (Method) CreateWriteRequest (Method) ReleaseRequest (Method)
ICDSV3Request.ContentSize (PROP) ¶ PROPERTY ContentSize : __UXINT
ICDSV3Request.Service (PROP) ¶ PROPERTY Service : UINT
ICDSV3Request.ServiceGroup (PROP) ¶ PROPERTY ServiceGroup : UINT
ICDSV3Request.SetContentData (METH) ¶ METHOD SetContentData : SysTypes.RTS_IEC_RESULT Assigns the content of the CODESYS V3 Service that should be sent InOut: Scope Name Type Comment Return SetContentData SysTypes.RTS_IEC_RESULT An error code representing the result of this operation. Input pData POINTER TO BYTE A pointer to the data that should be sent by the service Note This data does not include the header part so only the service content must be used here. Important Please remark that this buffer must be valid until the response is received, ie. ICustomRequestCallback.RequestFinished is called for the current request uxiSize __UXINT The size of the data
ICDSV3RequestHandling (ITF) ¶ INTERFACE ICDSV3RequestHandling EXTENDS ICustomRequestHandling Properties: TargetByteorder Methods: CreateCDSV3Request ReleaseRequest , inherited from ICustomRequestHandling Structure: CreateCDSV3Request (Method) TargetByteorder (Property)