WE310F5  39.00.000
m2mb_nwif_raw.h
Go to the documentation of this file.
1 /*===============================================================================================*/
2 /* >>> Copyright (C) Telit Communications S.p.A. Italy All Rights Reserved. <<< */
23 #ifndef M2MB_NWIF_RAW_H
24 #define M2MB_NWIF_RAW_H
25 #ifdef __cplusplus
26 extern "C" {
27 #endif
28 
40 /*-----------------------------------------------------------------------------------------------*/
41 
46 /*-----------------------------------------------------------------------------------------------*/
47 
48 
49 /* Global declarations ==========================================================================*/
50 
51 
52 /* Global typedefs ==============================================================================*/
53 
68 typedef INT32 (*M2MB_NWIF_RAW_CB_T)(VOID* userCtx, UINT8* pData, INT32 len);
69 
70 /* Global functions =========================================================*/
71 
72 /*---------------------------------------------------------------------------*/
110 /*---------------------------------------------------------------------------*/
112 
113 /*---------------------------------------------------------------------------*/
150 /*---------------------------------------------------------------------------*/
151 INT32 m2mb_nwif_raw_send(UINT8* data, INT32 length);
155 /*-----------------------------------------------------------------------------------------------*/
156 
157 #ifdef __cplusplus
158 }
159 #endif
160 #endif
unsigned char UINT8
Definition: m2mb_types.h:86
INT32 m2mb_nwif_raw_send(UINT8 *data, INT32 length)
m2mb_nwif_raw_send is called to send data over Wi-Fi interface.
INT32 m2mb_nwif_raw_init(UINT8 mode, M2MB_NWIF_RAW_CB_T *pCB, VOID *userCtx)
m2mb_nwif_raw_init is called to initialize the module.
void VOID
Definition: m2mb_types.h:74
INT32(* M2MB_NWIF_RAW_CB_T)(VOID *userCtx, UINT8 *pData, INT32 len)
User callback prototype to receive data from Wi-Fi interface.
Definition: m2mb_nwif_raw.h:68
signed int INT32
Definition: m2mb_types.h:82