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