Wirepas SDK
csap.h
Go to the documentation of this file.
1 /* Copyright 2017 Wirepas Ltd. All Rights Reserved.
2  *
3  * See file LICENSE.txt for full license details.
4  *
5  */
6 
7 #ifndef WAPS_CSAP_H_
8 #define WAPS_CSAP_H_
9 
10 #include <stdbool.h>
11 #include "waps_item.h"
12 
19 bool Csap_handleFrame(waps_item_t * item);
20 
21 #endif /* WAPS_CSAP_H_ */
Csap_handleFrame
bool Csap_handleFrame(waps_item_t *item)
Process received request.
waps_item.h
waps_item_t
Definition: waps_item.h:34