ot::BigEndian::ReadUint16() function
Reads a `uint16_t` value from a given buffer assuming big-endian encoding.
Syntax
inline uint16_t ReadUint16(const uint8_t *aBuffer); Arguments
aBuffer
Pointer to buffer to read from.
Return value
The `uint16_t` value read from buffer.
ot::BigEndian::ReadUint16() is called by 5 functions:
![]()
ot::BigEndian::ReadUint16()
ot::BigEndian::ReadUint16():
![]()
ot::BigEndian::ReadUint16()