deCONZ C++ API v2.6.1
Loading...
Searching...
No Matches
aps_private.h
1#ifndef DECONZ_APS_PRIVATE_H
2#define DECONZ_APS_PRIVATE_H
3
4/*
5 * Copyright (c) 2012-2023 dresden elektronik ingenieurtechnik gmbh.
6 * All rights reserved.
7 *
8 * The software in this package is published under the terms of the BSD
9 * style license a copy of which has been included with this distribution in
10 * the LICENSE.txt file.
11 *
12 */
13
14#include "deconz/declspec.h"
15
16#define APS_INVALID_NODE_ID 0xFFFFUL
17
18namespace deCONZ {
19DECONZ_DLLSPEC const char * ApsStatusToString(unsigned char status);
20}
21
22#endif // DECONZ_APS_PRIVATE_H
The deCONZ namespace.
Definition aps.cpp:19