| ![[Previous]](../prev.gif) | ![[Contents]](../contents.gif) | ![[Index]](../keyword_index.gif) | ![[Next]](../next.gif) | 
Remove specific signal handling from a context
int PtAppRemoveSignal( PtAppContext_t app, 
                       sigset_t const *set,
                       PtSignalProc_t proc,
                       void *data );
ph
This function removes Photon signal handling from the context app:
Currently only the default application context (app == NULL) is supported.
Photon
| Safety: | |
|---|---|
| Interrupt handler | No | 
| Signal handler | No | 
| Thread | No | 
PtAppAddSignalProc(), PtSignalProc_t
Interprocess Communication in the Photon Programmer's Guide
| ![[Previous]](../prev.gif) | ![[Contents]](../contents.gif) | ![[Index]](../keyword_index.gif) | ![[Next]](../next.gif) |