kopia lustrzana https://github.com/jgromes/RadioLib
[LR11X0] Add missing description to 'offset' parameter in 'getPacketLength()'
rodzic
66830d651d
commit
01fa4d0c2d
|
@ -1349,6 +1349,7 @@ class LR11x0: public PhysicalLayer {
|
||||||
/*!
|
/*!
|
||||||
\brief Query modem for the packet length of received payload.
|
\brief Query modem for the packet length of received payload.
|
||||||
\param update Update received packet length. Will return cached value when set to false.
|
\param update Update received packet length. Will return cached value when set to false.
|
||||||
|
\param offset Pointer to a variable that will hold the receive packet's offset in the RX buffer
|
||||||
\returns Length of last received packet in bytes.
|
\returns Length of last received packet in bytes.
|
||||||
*/
|
*/
|
||||||
size_t getPacketLength(bool update, uint8_t* offset);
|
size_t getPacketLength(bool update, uint8_t* offset);
|
||||||
|
|
Ładowanie…
Reference in New Issue