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
17
22
31
32#endif /* WAPS_UART_PROTOCOL_H_ */
void Waps_protUart_frameRemoved(void)
Tell protocol that a frame has been removed (invalid)
void Waps_protUart_sendReply(void)
(Re-)Send reply
bool Waps_protUart_processResponse(waps_item_t *item)
Process response and send indication if necessary.