RMVL  2.4.0-dev
Robotic Manipulation and Vision Library
载入中...
搜索中...
未找到
rm::NetworkInterfaceFlag结构体 参考

接口功能与状态标志 更多...

#include <rmvl/io/socket.hpp>

rm::NetworkInterfaceFlag 的协作图:

静态 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
 接口正在运行

详细描述

接口功能与状态标志

类成员变量说明

◆ Broadcast

uint8_t rm::NetworkInterfaceFlag::Broadcast = 1 << 1
staticconstexpr

支持广播

◆ Loopback

uint8_t rm::NetworkInterfaceFlag::Loopback = 1 << 2
staticconstexpr

回环接口

◆ Multicast

uint8_t rm::NetworkInterfaceFlag::Multicast = 1 << 4
staticconstexpr

支持多播

◆ P2P

uint8_t rm::NetworkInterfaceFlag::P2P = 1 << 3
staticconstexpr

点对点链接,如 PPP、TUN 等

◆ Running

uint8_t rm::NetworkInterfaceFlag::Running = 1 << 5
staticconstexpr

接口正在运行

◆ Up

uint8_t rm::NetworkInterfaceFlag::Up = 1 << 0
staticconstexpr

接口已启用


该结构体的文档由以下文件生成: