Page 1 of 1

How to get the last SigSeq ?

Posted: Sun Jan 29, 2017 2:05 pm
by disk91
To be able to link downlink requets and downlink response, I would like to get the sigFox Sequence Number corresponding to my uplink. Is there a way in the SDK to get the current (next) or last sigfox sequence number ?

Paul

Re: How to get the last SigSeq ?

Posted: Thu Feb 09, 2017 1:47 pm
by mstempin
Hi Paul,

You can use:
Code: Select all
uint32_t TD_SIGFOX_GetCurrentSequence(void)

Re: How to get the last SigSeq ?

Posted: Sun Feb 12, 2017 12:48 pm
by disk91
thank you !