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