Name
OBEX_RegisterCTransport —
Register a custom transport
Synopsis
int OBEX_RegisterCTransport ( | self, | |
| self, | |
| ctrans) ; | |
Arguments
self
OBEX handle
ctrans
Structure with callbacks to transport operations
(see obex_const.h for details)
Description
Call this function directly after OBEX_Init if you are using
a custom transport.