openD data types. More...
#include <stdint.h>
Go to the source code of this file.
Macros | |
#define | __OPEND_DATATYPES_H__ |
Typedefs | |
typedef uint8_t | rfpi_t[5] |
typedef uint8_t | ac_t[4] |
typedef uint8_t | pmid_t[3] |
typedef uint8_t | ipui_t[5] |
Enumerations | |
enum | openD_status_t { OPEND_STATUS_OK, OPEND_STATUS_IDLE, OPEND_STATUS_BUSY, OPEND_STATUS_FAIL, OPEND_STATUS_SERVICE_UNKNOWN, OPEND_STATUS_ARGUMENT_INVALID } |
openD data types.
This work is dual-licensed under Apache 2.0 and GPL 2.0. You can choose between one of them if you use this work. For further details, please refer to the project home: https://github.com/opend-connect/openD
SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-only