Trident IoT Z-Wave SDK
 
Loading...
Searching...
No Matches
ZAF_network_management.h
Go to the documentation of this file.
1// SPDX-FileCopyrightText: Silicon Laboratories Inc. <https://www.silabs.com/>
2//
3// SPDX-License-Identifier: BSD-3-Clause
4
14#ifndef _ZAF_NETWORK_MANAGEMENT_H_
15#define _ZAF_NETWORK_MANAGEMENT_H_
16
17#include <stdint.h>
19
41void ZAF_SetMaxInclusionRequestIntervals(uint32_t intervals);
42
49void ZAF_SendINIF(void (*pCallback)(uint8_t txStatus, TX_STATUS_TYPE* extendedTxStatus));
50
57#endif /* _ZAF_NETWORK_MANAGEMENT_H_ */
void ZAF_SetMaxInclusionRequestIntervals(uint32_t intervals)
void ZAF_SendINIF(void(*pCallback)(uint8_t txStatus, TX_STATUS_TYPE *extendedTxStatus))
Definition ZW_transport_api.h:143