OBEX_RegisterCTransport

Name

OBEX_RegisterCTransport --  Register a custom transport

Synopsis

int OBEX_RegisterCTransport (obex_t * self, obex_ctrans_t * 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.