Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: modem_ref_helper_for_v5_3_217
Diff: include/modem_ref.h
- Revision:
- 44:656cbcc7843b
- Parent:
- 43:6e3b117f1d67
- Child:
- 50:9eb5eed8b014
--- a/include/modem_ref.h Fri Feb 08 17:43:02 2019 +0000 +++ b/include/modem_ref.h Wed Feb 20 13:36:50 2019 +0000 @@ -489,6 +489,8 @@ public void modem_remote_write_file(u8* itf, u8 itf_length, void *istatus , u8 fid, void *data, u32 offset, u32 length, u8 id); +public void modem_remote_write_file_root(u8* itf, u8 itf_length, void *istatus , u8 fid, void *data, u32 offset, u32 length, u8* root_key, u8 id); + public void modem_enable_urc(u8 type, u8 ifid, u8 val, u8 enable, u8 id); public void modem_activate_itf(u8 type, u8 nb_dev, u8 ifid, u8 flags, u8 enable, u8 id);