ot::Ip6::Address::SetBytes() method
Sets the IPv6 address from a given byte array.
Syntax
void SetBytes(const uint8_t *aBuffer); Arguments
aBuffer
Pointer to an array containing the IPv6 address. `kSize` bytes from the buffer are copied to form the IPv6 address.
ot::Ip6::Address::SetBytes() reads 3 variables:
![]()
ot::Ip6::Address::SetBytes()