do send read hook #545
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "meier/doSendReadHook"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Could you explain why you would want to do this? The ComIF is per design a polling interface, which needs to be polled to get any new data.
Do you have some special way of knowing when to poll and when not to poll?
Or do you have a device which will not reply at all? In this case, you might be able to just do not schedule the two read steps for the device at all.
It is just that for me, this does not make much sense in the contex of a polling interface and as such I am not much inclined to add this.
As per developer meeting:
Functionality is used for temporarily passing access to a communication interface to a subtask.
As currently there is no better way to implement this, it is seen as acceptable implementation.
doe not look good to me, but I will accept it ;)