Contiki 2.5
|
#include <string.h>
#include "mmem.h"
#include "logging.h"
#include "bundle.h"
#include "agent.h"
#include "storage.h"
#include "sdnv.h"
#include "api.h"
#include "administrative_record.h"
#include "eid.h"
#include "statusreport.h"
Go to the source code of this file.
Functions | |
int | statusreport_encode (status_report_t *report, uint8_t *buffer, uint8_t length) |
Encode a bundle status report from the struct to a flat buffer. More... | |
uint8_t | statusreport_basic_send (struct mmem *bundlemem, uint8_t status, uint8_t reason) |
sends a status report for a bundle to the "report-to"-node More... | |
Definition in file statusreport_basic.c.