Wirepas SDK
waps_uart_protocol.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_UART_PROTOCOL_H_
8 #define WAPS_UART_PROTOCOL_H_
9 
10 #include <stdbool.h>
11 #include "waps_item.h"
12 
16 void Waps_protUart_sendReply(void);
17 
22 
31 
32 #endif /* WAPS_UART_PROTOCOL_H_ */
Waps_protUart_sendReply
void Waps_protUart_sendReply(void)
(Re-)Send reply
Waps_protUart_frameRemoved
void Waps_protUart_frameRemoved(void)
Tell protocol that a frame has been removed (invalid)
waps_item.h
Waps_protUart_processResponse
bool Waps_protUart_processResponse(waps_item_t *item)
Process response and send indication if necessary.
waps_item_t
Definition: waps_item.h:34