Loading...
Searching...
No Matches
29 void set_lo(uint32_t value);
35 inline void randomize()
37 for (
int i = 0;
i < 6; ++
i) {
43 bool set_from_str(
const std::string& s);
58 uint8_t operator[](
int i)
const {
return (
i < 6) ? m_bytes[
i] : 0; }