字符串形式 IPv4 地址 / IPv4 address as string
More...
#include <net.hpp>
|
| char | str [IPADDR_STRLEN] {} |
| |
字符串形式 IPv4 地址 / IPv4 address as string
Definition at line 47 of file net.hpp.
◆ FromRaw()
Definition at line 51 of file net.hpp.
52 {
53 IPAddressStr s{};
54 raw.ToString(s.str);
55 return s;
56 }
◆ ToRaw()
Definition at line 58 of file net.hpp.
58{ return IPAddressRaw::FromString(str); }
◆ str
| char LibXR::IPAddressStr::str[IPADDR_STRLEN] {} |
The documentation for this struct was generated from the following file: