AGVC SDK  0.8.0
agvc_interface::IpAddressInfo结构体 参考

IP地址 更多...

#include <type.h>

agvc_interface::IpAddressInfo 的协作图:

Public 属性

std::string name
 连接名称
std::string type
 类型
std::string device
 网卡名称
std::string ipv4_ip
 IPv4地址及CIDR码,为空时无效
std::string ipv4_gateway
 网关
std::string ipv4_method
 自动分配或者手动连接,对应字段 auto, manual
std::string ipv4_dns
 第一个DNS
std::string ipv6_ip
 IPv6地址及CIDR码,为空时无效
std::string ipv6_gateway

详细描述

IP地址

在文件 type.h736 行定义.

类成员变量说明

◆ device

std::string agvc_interface::IpAddressInfo::device

网卡名称

在文件 type.h740 行定义.

◆ ipv4_dns

std::string agvc_interface::IpAddressInfo::ipv4_dns

第一个DNS

在文件 type.h744 行定义.

◆ ipv4_gateway

std::string agvc_interface::IpAddressInfo::ipv4_gateway

网关

在文件 type.h742 行定义.

◆ ipv4_ip

std::string agvc_interface::IpAddressInfo::ipv4_ip

IPv4地址及CIDR码,为空时无效

在文件 type.h741 行定义.

◆ ipv4_method

std::string agvc_interface::IpAddressInfo::ipv4_method

自动分配或者手动连接,对应字段 auto, manual

在文件 type.h743 行定义.

◆ ipv6_gateway

std::string agvc_interface::IpAddressInfo::ipv6_gateway

在文件 type.h746 行定义.

◆ ipv6_ip

std::string agvc_interface::IpAddressInfo::ipv6_ip

IPv6地址及CIDR码,为空时无效

在文件 type.h745 行定义.

◆ name

std::string agvc_interface::IpAddressInfo::name

连接名称

在文件 type.h738 行定义.

◆ type

std::string agvc_interface::IpAddressInfo::type

类型

在文件 type.h739 行定义.


该结构体的文档由以下文件生成:
  • include/agvc_interface/type.h