gtpc2m0n | C/C++ Language Support User's Guide |
This saves the ECB's existing DBI and SSU IDs. They can later be restored by calling cebic_restore.
Format
#include <sysapi.h> void cebic_save(void);
Normal Return
Void.
Error Return
Not applicable.
Programming Considerations
Only one DBI/SSU can be saved per ECB; for example, it is not possible to nest saved DBI/SSUs.
Examples
The following example saves the existing DBI and SSU, changes to the BSS, and restores the original DBI and SSU.
#include <sysapi.h>
·
·
·
cebic_save(); cebic_goto_bss();
·
·
·
cebic_restore();
Related Information