obex_ctrans_t Struct Reference

#include <obex_const.h>

Data Fields

int(* connect )(obex_t *handle, void *customdata)
int(* disconnect )(obex_t *handle, void *customdata)
int(* listen )(obex_t *handle, void *customdata)
int(* write )(obex_t *handle, void *customdata, uint8_t *buf, int buflen)
int(* handleinput )(obex_t *handle, void *customdata, int timeout)
void * customdata

Field Documentation

int(* obex_ctrans_t::connect)(obex_t *handle, void *customdata)
int(* obex_ctrans_t::handleinput)(obex_t *handle, void *customdata, int timeout)
int(* obex_ctrans_t::listen)(obex_t *handle, void *customdata)
int(* obex_ctrans_t::write)(obex_t *handle, void *customdata, uint8_t *buf, int buflen)

The documentation for this struct was generated from the following file:

Generated by  doxygen 1.6.2