OpenOBEX shared library programming guide | ||
---|---|---|
<<< Previous | Next >>> |
Bind a server socket to an Obex service. Common transport have specialised version of this function.
between 0.9.8 and 0.10.0, the prototype of this function changed to make it generic. If you want your code to work across new and old version of OpenObex, you may use #ifdef OBEX_MAXIMUM_MTU to test the Obex version.
Returns -1 on error.
<<< Previous | Home | Next >>> |
OBEX_SetTransportMTU | Up | OBEX_ServerAccept |