IDriverRequestFactoryReusable (ITF)¶
INTERFACE IDriverRequestFactoryReusable EXTENDS IDriverRequestFactory
Implementations of this interface support the creation of request objects that can be reused for issuing several read or write requests using the same object.
Note
The idea behind this interface is to being able to preregister a list of variables (a request from the driver’s point of view) within the connected device for quicker response times when it comes to reading/writing because symbolic resolutions etc. can be done before.
Properties:
Methods:
CreateReadRequest, inherited from IDriverRequestFactory
CreateWriteRequest, inherited from IDriverRequestFactory
ReleaseRequest, inherited from IDriverRequestFactory
Structure: