aemIP_write ...
Brought to you by:
fjrossi
Is there a fundamental reason why there is no 'write'
part of the asynchronous framework? I think it would be
nice to have, so one can send data in an async manner,
and when the buffer is fully sent, the callback
function get called, and can free/reuse the buffer,
issue other write request - (for example from an
application created message queue ... )