![]() |
BeeeOn Gateway
v2020.3.1-2-g6f737dc
Platform to interconnect the IoT world
|
#include <HciInfo.h>
Public Member Functions | |
| HciInfo (const struct hci_dev_info &info) | |
| std::string | name () const |
| MACAddress | address () const |
| uint32_t | aclMtu () const |
| uint32_t | aclPackets () const |
| uint32_t | scoMtu () const |
| uint32_t | scoPackets () const |
| uint32_t | rxErrors () const |
| uint32_t | txErrors () const |
| uint32_t | rxEvents () const |
| uint32_t | txCmds () const |
| uint32_t | rxAcls () const |
| uint32_t | txAcls () const |
| uint32_t | rxScos () const |
| uint32_t | txScos () const |
| uint32_t | rxBytes () const |
| uint32_t | txBytes () const |
Provides information about a hci interface.
1.8.5