Cascoda SDK
Cascoda SDK for building software to run with CA-821x transceivers
Loading...
Searching...
No Matches
ot_api_headers.h
Go to the documentation of this file.
1/******************************************************************************/
2/******************************************************************************/
3/****** Cascoda Ltd. 2015, CA-821X Thread Code ******/
4/******************************************************************************/
5/******************************************************************************/
6/****** Procedure headers for the api procedures ******/
7/******************************************************************************/
8/******************************************************************************/
9/****** Revision Notes ******/
10/******************************************************************************/
11/****** 0.1 06/09/15 PB Release Baseline ******/
12/******************************************************************************/
13/******************************************************************************/
14
15#include "string.h"
16
17#ifndef OT_API_HEADERS_H
18#define OT_API_HEADERS_H
19
20#define THREAD_DOWNLINK_ID (0x88)
21#define THREAD_UPLINK_ID (0xA8)
22
23/******************************************************************************/
24/******************************************************************************/
25/****** otApi_Dispatch() ******/
26/******************************************************************************/
27/******************************************************************************/
35
36#endif // OT_API_HEADERS_H
struct SerialBuffer SerialRxBuffer
int otApi_Dispatch(struct SerialBuffer *SerialRxBuffer)
otApi_Dispatch()
Definition thread_dev_api.c:141
Structure of serial transfers.
Definition cascoda_serial.h:50