Cascoda SDK
Cascoda SDK for building software to run with CA-821x transceivers
Loading...
Searching...
No Matches
lwipdemo.h
Go to the documentation of this file.
1#ifndef LWIPDEMO_H
2#define LWIPDEMO_H
3
4#include "ca821x_api.h"
5
6/******************************************************************************/
7/***************************************************************************/
15void handle_cli_lwipdemo(void *aContext, uint8_t aArgsLength, char *aArgs[]);
16
17/******************************************************************************/
18/***************************************************************************/
28ca_error init_lwipdemo(otInstance *aInstance, struct ca821x_dev *pDeviceRef);
29
30#endif //LWIPDEMO_H
The main ca821x-api include file.
ca_error
Cascoda error type.
Definition ca821x_error.h:51
void handle_cli_lwipdemo(void *aContext, uint8_t aArgsLength, char *aArgs[])
Process a CLI command to change the state of the lwip demo.
Definition lwipcli.c:147
ca_error init_lwipdemo(otInstance *aInstance, struct ca821x_dev *pDeviceRef)
Initialise the lwip demo.
Definition lwipdemo.c:334
CA-821x Device reference struct.
Definition ca821x_api.h:123