PDUM_eAPduFreeAPduInstance

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

PDUM_eAPduFreeAPduInstance

507 Views
854648943
Contributor III

HI,I need your help with some questions

When i use this function ZPS_eAplAfUnicastAckDataReq( ), I need to apply for some APUD.

I know this function  ZPS_eAplAfUnicastAckDataReq have Retransmission mechanism, so I would like to know if releasing the APDU immediately,will affect subsequent retransmissions?

The function ZPS_eAplAfUnicastAckDataReq,Will it release itself if it's sent?

0 Kudos
2 Replies

419 Views
Sebastian_Del_Rio
NXP Employee
NXP Employee

Hi, I hope you're doing well!

 

Releasing the APDU shouldn't have an impact in the possible retransmissions. As for the ZPS_eAplAfUnicastAckDataReq function, the APDU is not automatically freed or released, so you should use the FreeAPDU function after the request.

 

Please let me know if you need any other information.

 

Best regards,

Sebastian

419 Views
854648943
Contributor III

OK,Thank you for your reply

0 Kudos