![]() |
RMVL
2.6.0-dev
Robotic Manipulation and Vision Library
|
接口功能与状态标志 更多...
#include <rmvl/io/socket.hpp>
静态 Public 属性 | |
| static constexpr uint8_t | Up = 1 << 0 |
| 接口已启用 | |
| static constexpr uint8_t | Broadcast = 1 << 1 |
| 支持广播 | |
| static constexpr uint8_t | Loopback = 1 << 2 |
| 回环接口 | |
| static constexpr uint8_t | P2P = 1 << 3 |
| 点对点链接,如 PPP、TUN 等 | |
| static constexpr uint8_t | Multicast = 1 << 4 |
| 支持多播 | |
| static constexpr uint8_t | Running = 1 << 5 |
| 接口正在运行 | |
接口功能与状态标志
|
staticconstexpr |
支持广播
|
staticconstexpr |
回环接口
|
staticconstexpr |
支持多播
|
staticconstexpr |
点对点链接,如 PPP、TUN 等
|
staticconstexpr |
接口正在运行
|
staticconstexpr |
接口已启用