PtSpawnDeleteCallback()
Remove a child-termination callback
Synopsis:
void PtSpawnDeleteCallback( PtSpawnCbId_t *cs );
Description:
This function can be used to remove a callback function for a child process created by a previous call to PtSpawn(). The cs argument is the control structure created by that call to PtSpawn() and returned via the csp argument.
Classification:
Photon
| Safety: | |
|---|---|
| Interrupt handler | No |
| Signal handler | No |
| Thread | No |
See also:
PtSpawn(), PtSpawnSetCallback(), PtSpawnWait()
