mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2026-01-01 01:41:18 +01:00
Merge pull request #18013 from kfessel/p-coap_pkt-token-deprecate
net/nanocoap: deprecate coap_pkt token ptr
This commit is contained in:
commit
42f0d0d24c
@ -196,7 +196,9 @@ typedef struct {
|
||||
*/
|
||||
typedef struct {
|
||||
coap_hdr_t *hdr; /**< pointer to raw packet */
|
||||
uint8_t *token; /**< pointer to token */
|
||||
uint8_t *token; /**< pointer to token
|
||||
* @deprecated Use coap_get_token(),
|
||||
* Will be removed after 2022.10. */
|
||||
uint8_t *payload; /**< pointer to payload */
|
||||
uint16_t payload_len; /**< length of payload */
|
||||
uint16_t options_len; /**< length of options array */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user