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