Question about the IPM api: max_id_val_get and max_data_size_get #49428
Unanswered
Jingzhao123
asked this question in
General
Replies: 1 comment
-
We are trying to move away from IPM towards MBOX. Can you check if the MBOX API solves your problem? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Question
I need to create a IPM device, but I am not very clear about the IPM apis: max_id_val_get and max_data_size_get.
In latest ipm.h file, there is a comment about ipm_send API:
In my opinion, the param id in ipm_send function should be constrained by ipm_max_id_val_get, but not the ipm_max_data_size_get. The ipm_max_data_size_get should be used for constraining the data size, but not the max value of ID.
Is my understanding correct? If not, could you please tell me how to use it and what does it mean?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions