Skip to content

struct ota_downloader_t

#include <ota/ota.h>

Public Attributes

Name
int(*)(void *ctx)connect
int(*)(void *ctx, char *data, int data_len)recv
int(*)(void *ctx, char *data, int data_len)send
int(*)(void *ctx)close

Public Attributes Documentation

variable connect

cpp
int(* ota_downloader_t::connect) (void *ctx)

variable recv

cpp
int(* ota_downloader_t::recv) (void *ctx, char *data, int data_len)

variable send

cpp
int(* ota_downloader_t::send) (void *ctx, char *data, int data_len)

variable close

cpp
int(* ota_downloader_t::close) (void *ctx)