ot::Mac::ExtAddress::Fill() method
Fills all bytes of address with a given byte value.
Syntax
void Fill(uint8_t aByte); Arguments
aByte
A byte value to fill address with.
![]()
void Fill(uint8_t aByte) { memset(this, aByte, sizeof(*this)); }
ot::Mac::ExtAddress::Fill():
![]()
ot::Mac::ExtAddress::Fill()