gtpc2m0lC/C++ Language Support User's Guide

cebic_goto_ssu-Change MDBF Subsystem

This function changes the MDBF subsystem user to the specified SSU. If the specified subsystem user does not belong to the current subsystem, the DBI is changed to the parent of the new subsystem user.

Format

#include  <sysapi.h>
void      cebic_goto_ssu(unsigned short int ssu);

ssu
The 2-byte MDBF ID of the SSU to change to.

Normal Return

Void.

Error Return

Not applicable.

Programming Considerations

None.

Examples

The following example changes the SSU ID to which the ECB belongs. If the new SSU belongs to a different SS than the existing one, the DBI is also changed.

#include <sysapi.h>
unsigned short new_ssu;

  ·
  ·
  ·
cebic_goto_ssu(new_ssu);

Related Information