PDF
AGVC SDK  0.8.0
agvc_interface::IpAddressInfo Struct Reference

IP地址 More...

#include <type.h>

Collaboration diagram for agvc_interface::IpAddressInfo:

Public Attributes

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

Detailed Description

IP地址

Definition at line 737 of file type.h.

Member Data Documentation

◆ device

std::string agvc_interface::IpAddressInfo::device

网卡名称

Definition at line 741 of file type.h.

◆ ipv4_dns

std::string agvc_interface::IpAddressInfo::ipv4_dns

第一个DNS

Definition at line 745 of file type.h.

◆ ipv4_gateway

std::string agvc_interface::IpAddressInfo::ipv4_gateway

网关

Definition at line 743 of file type.h.

◆ ipv4_ip

std::string agvc_interface::IpAddressInfo::ipv4_ip

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

Definition at line 742 of file type.h.

◆ ipv4_method

std::string agvc_interface::IpAddressInfo::ipv4_method

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

Definition at line 744 of file type.h.

◆ ipv6_gateway

std::string agvc_interface::IpAddressInfo::ipv6_gateway

Definition at line 747 of file type.h.

◆ ipv6_ip

std::string agvc_interface::IpAddressInfo::ipv6_ip

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

Definition at line 746 of file type.h.

◆ name

std::string agvc_interface::IpAddressInfo::name

连接名称

Definition at line 739 of file type.h.

◆ type

std::string agvc_interface::IpAddressInfo::type

类型

Definition at line 740 of file type.h.


The documentation for this struct was generated from the following file:
  • include/agvc_interface/type.h