This command is just a part of MAC And Destroy sequence, which takes place between the host and TROPIC01. Example code can be found in examples/lt_ex_macandd.c, for more info about Mac And Destroy functionality, read the Application note.
- Parameters
-
| h | Handle for communication with TROPIC01 |
| slot | Mac-and-Destroy slot index, valid values are 0-127 |
| data_out | Data to be sent from host to TROPIC01 |
| data_in | Data returned from TROPIC01 to host |
- Return values
-
| LT_OK | Function executed successfully |
| other | Function did not execute successully, you might use lt_ret_verbose() to get verbose encoding of returned value |