Cascoda SDK
Cascoda SDK for building software to run with CA-821x transceivers
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 /***************************************************************************/
15 void handle_cli_lwipdemo(void *aContext, uint8_t aArgsLength, char *aArgs[]);
16 
17 /******************************************************************************/
18 /***************************************************************************/
28 ca_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: lwipdemo.c:203
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