gtpc2m0m | C/C++ Language Support User's Guide |
This restores the DBI and SSU IDs last saved by the existing ECB.
Format
#include <sysapi.h> void cebic_restore(void);
Normal Return
Void.
Error Return
Not applicable.
Programming Considerations
Only one DBI or SSU can be saved per ECB; for example, it is not possible to nest saved DBI or 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