Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages

Configuration Notify Codes.

These are the events that can be registered to recieve a notify (callback) when they occur. P6CONFIG_NOTIFY_NOOP - reserved value

P6CONFIG_NOTIFY_FLUSH - the flushConfigFile was called successfully

P6CONFIG_NOTIFY_RELOAD - the reloadConfigFile was called successfully

P6CONFIG_NOTIFY_CREATE - the createConfigFile was called successfully

P6CONFIG_NOTIFY_SETVALUE - update an existing configuration value

P6CONFIG_NOTIFY_NEWVALUE - a new name value pair has been created

P6CONFIG_NOTIFY_P6R - a P6R reserved name value pair has been created or updated

Enumerator
P6CONFIG_NOTIFY_NOOP 
P6CONFIG_NOTIFY_FLUSH 
P6CONFIG_NOTIFY_RELOAD 
P6CONFIG_NOTIFY_CREATE 
P6CONFIG_NOTIFY_SETVALUE 
P6CONFIG_NOTIFY_NEWVALUE 
P6CONFIG_NOTIFY_P6R 

Definition at line 59 of file p6config.h.