Close the current configuration file
#include <photon/PxProto.h> int PxConfigClose( void );
This function closes the currently opened configuration file (opened using PxConfigOpen()). It doesn't do anything if there's no currently opened configuration file.
Photon
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |