字符串形式 MAC 地址 / MAC address as string
More...
#include <net.hpp>
|
| char | str [MACADDR_STRLEN] {} |
| |
字符串形式 MAC 地址 / MAC address as string
Definition at line 103 of file net.hpp.
◆ FromRaw()
Definition at line 107 of file net.hpp.
108 {
109 MACAddressStr s{};
110 raw.ToString(s.str);
111 return s;
112 }
◆ ToRaw()
Definition at line 114 of file net.hpp.
115 {
116 return MACAddressRaw::FromString(str);
117 }
◆ str
| char LibXR::MACAddressStr::str[MACADDR_STRLEN] {} |
The documentation for this struct was generated from the following file: