Wirepas SDK
waps_protocol_private.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_PROTOCOL_PRIVATE_H_
8 #define WAPS_PROTOCOL_PRIVATE_H_
9 
10 bool prot_send_item(waps_item_t * item);
11 
13 extern waps_item_t * prot_reply;
14 
17 extern uint8_t prot_seq;
18 
19 #endif /* WAPS_PROTOCOL_PRIVATE_H_ */
prot_send_item
bool prot_send_item(waps_item_t *item)
prot_indication
waps_item_t * prot_indication
prot_seq
uint8_t prot_seq
prot_reply
waps_item_t * prot_reply
waps_item_t
Definition: waps_item.h:34