| OpenOBEX shared library programming guide | ||
|---|---|---|
| <<< Previous | Next >>> | |
Let the OBEX parser read and process incoming data. If no data is available this call will block.
When a request has been sent or you are waiting for an incoming server- request you should call this function until the request has finished.
Like select this function returns -1 on error, 0 on timeout or positive on success.
| <<< Previous | Home | Next >>> |
| OBEX_ServerAccept | Up | OBEX_CustomDataFeed |