Wirepas SDK
msap.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_MSAP_H_
8
#define WAPS_MSAP_H_
9
10
#include "
waps_item.h
"
11
#include "
api.h
"
12
19
bool
Msap_handleFrame
(
waps_item_t
* item);
20
25
waps_item_t
*
Msap_getStackStatusIndication
(
void
);
26
39
void
Msap_handleAppConfig
(uint8_t seq,
40
const
uint8_t * config,
41
uint16_t interval,
42
waps_item_t
* item);
43
49
void
Msap_onScannedNbors
(
waps_item_t
* item);
50
51
#endif
/* WAPS_MSAP_H_ */
Msap_handleAppConfig
void Msap_handleAppConfig(uint8_t seq, const uint8_t *config, uint16_t interval, waps_item_t *item)
Create new app config indication.
Msap_getStackStatusIndication
waps_item_t * Msap_getStackStatusIndication(void)
Used to generate an indication when stack reboots.
Msap_handleFrame
bool Msap_handleFrame(waps_item_t *item)
Process received request.
waps_item.h
Msap_onScannedNbors
void Msap_onScannedNbors(waps_item_t *item)
Generate an indication after to scan neighbors is done.
waps_item_t
Definition:
waps_item.h:34
api.h