Skip to content

Conversation

@badzz
Copy link
Contributor

@badzz badzz commented Jun 6, 2020

so now 0x8000 has two new parameters
u8SeqNum and u8RequestSent

all 0x8000 parameters are as follow
u8Status : as before - returned value of the function call
u8SeqNum : as before - ZCL sqn and ZDP sqn
u16PacketType : as before - command requested
u8RequestSent : new - 1 if a request been sent to a device(aps ack/nack 8011 should be expected) , 0 otherwise
u8SeqApsNum : new - sqn of the APS layer - used to check sqn sent back in aps ack

The purpose is to be able to get the APS sqn for all functions in order to find the APS ACK/NACK corresponding to this call

@pipiche38
Copy link

Ca me parait etre un bonne approche.
Voir avec @doudz et @KiwiHC16

u8SeqNum and u8RequestSent

all 0x8000 parameters are as follow
u8Status      : as before - returned value of the function call
u8SeqNum      : as before - ZCL sqn and ZDP sqn
u16PacketType : as before - command requested
u8RequestSent : new       - 1 if a request been sent to a device(aps ack/nack 8011 should be expected) , 0 otherwise
u8SeqApsNum   : new       - sqn of the APS layer - used to check sqn sent back in aps ack

The purpose is to be able to get the APS sqn for all functions in order to find the APS ACK/NACK corresponding to this call
@fairecasoimeme
Copy link
Owner

Ok

@fairecasoimeme fairecasoimeme merged commit 2d73020 into fairecasoimeme:v3.1d Jun 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants