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
20
26
39 void Msap_handleAppConfig(uint8_t seq,
40 const uint8_t * config,
41 uint16_t interval,
42 waps_item_t * item);
43
50
60 waps_item_t * item);
61
62#endif /* WAPS_MSAP_H_ */
void Msap_handleCdc(const app_lib_config_data_item_t *cdc_item, waps_item_t *item)
Create a new CDC item indication.
void Msap_handleAppConfig(uint8_t seq, const uint8_t *config, uint16_t interval, waps_item_t *item)
Create new app config indication.
waps_item_t * Msap_getStackStatusIndication(void)
Used to generate an indication when stack reboots.
bool Msap_handleFrame(waps_item_t *item)
Process received request.
void Msap_onScannedNbors(waps_item_t *item)
Generate an indication after to scan neighbors is done.
Config Data Item information.
Definition wms_data.h:749