mirror of
https://github.com/eclipse/paho.mqtt-sn.embedded-c.git
synced 2025-12-13 07:26:52 +01:00
Merge pull request #164 from martinkirsche/feature/decode-documentation-fix
Fix documentation of MQTTSNPacket_decode
This commit is contained in:
@@ -83,7 +83,8 @@ int MQTTSNPacket_encode(unsigned char* buf, int length)
|
||||
|
||||
/**
|
||||
* Obtains the MQTT-SN packet length from received data
|
||||
* @param getcharfn pointer to function to read the next character from the data source
|
||||
* @param buf the buffer that contains the MQTT-SN packet
|
||||
* @param buflen the length in bytes of the supplied buffer
|
||||
* @param value the decoded length returned
|
||||
* @return the number of bytes read from the socket
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user