Delete an entry from a configuration file
#include <photon/PxProto.h>
int PxConfigDeleteEntry( const char *section, 
                         const char *entry );
Use this function to delete the entry entry from the section section in the configuration file.
![]()  | 
The configuration file must have been opened for PXCONFIG_WRITE-see PxConfigOpen(). | 
Photon
| Safety: | |
|---|---|
| Interrupt handler | No | 
| Signal handler | No | 
| Thread | No | 
PxConfigDeleteSection(), PxConfigOpen()