openthread-br
0.3.0-72c0388
|
#include "dbus/common/error.hpp"
#include <stdint.h>
#include <array>
#include <string>
#include <vector>
Go to the source code of this file.
Namespaces | |
otbr::DBus | |
This namespace contains OpenThread Border Router DBus API. | |
Typedefs | |
using | otbr::DBus::Ip4Address = std::array< uint8_t, 4 > |
using | otbr::DBus::Ip6Address = std::array< uint8_t, 16 > |
Enumerations | |
enum | DeviceRole { OTBR_DEVICE_ROLE_DISABLED = 0, OTBR_DEVICE_ROLE_DETACHED = 1, OTBR_DEVICE_ROLE_CHILD = 2, OTBR_DEVICE_ROLE_ROUTER = 3, OTBR_DEVICE_ROLE_LEADER = 4 } |
enum | otbr::DBus::SrpServerState : uint8_t { otbr::DBus::OTBR_SRP_SERVER_STATE_DISABLED = 0, otbr::DBus::OTBR_SRP_SERVER_STATE_RUNNING = 1, otbr::DBus::OTBR_SRP_SERVER_STATE_STOPPED = 2 } |
enum | otbr::DBus::SrpServerAddressMode : uint8_t { otbr::DBus::OTBR_SRP_SERVER_ADDRESS_MODE_UNICAST = 0, otbr::DBus::OTBR_SRP_SERVER_ADDRESS_MODE_ANYCAST = 1 } |
This file includes definitions for types used by d-bus API.