Defined in header file: hzDatabase.h
Commands and notifications to and from DS (Delta Server)
Enum definition:
enum hzDeltaReq
{
| DELTA_ORIG_FILE_EQ | Notification of new content for an existing app data file | ||
| DELTA_ORIG_DIR_ADD | Notification of a new file for an app directory | ||
| DELTA_ORIG_DIR_FILE_EQ | Notification of new content for existing file in an app directory | ||
| DELTA_ORIG_DIR_DEL | Notification of a file deletion | ||
| DELTA_ORIG_OBJECT | New data object (whole) | ||
| DELTA_ORIG_MBRVAL_EQ | New value for member (singular) | ||
| DELTA_ORIG_MBRVAL_ADD | Additional member value (array member) | ||
| DELTA_ORIG_MBRVAL_DEL | Deletion of member value (array member) | ||
| DELTA_SVR_ACK | Request accepted, task completed | ||
| DELTA_SVR_NACK | Request refused | ||
| DELTA_SVR_FAIL | Request was accepted but could not be completed | ||
| DELTA_NOTE_FILE | Server notifies application of a file placed in its space | ||
| DELTA_NOTE_DELFILE | Server notifies application of a file deleted from its space | ||
| DELTA_NOTE_OBJECT | New data object (whole) | ||
| DELTA_NOTE_MBRVAL_EQ | New value for member (singular) | ||
| DELTA_NOTE_MBRVAL_ADD | Additional member value (array member) | ||
| DELTA_NOTE_MBRVAL_DEL | Deletion of member value (array member) | ||
| DELTA_NOTE_DATAMODEL | New data model (client to shutdown and restart) | ||
| DELTA_CLI_ACK | Request accepted, task completed | ||
| DELTA_CLI_NACK | Request refused | ||
| DELTA_CLI_FAIL | Request was accepted but could not be completed | ||
| DELTA_INTR_CONNECT | Other server seeks connection to here | ||
| DELTA_INTR_QUIT | Other server is to disconnect from this server | ||
| DELTA_INTR_GETCONFIG | Other server want's this server's config | ||
| DELTA_INTR_GETFSTATE | Other server want's this server's file states | ||
| DELTA_INTR_GETDELTA | Other server seeks to obtain a missing delta or set of deltas | ||
| DELTA_XMIT_FILE_EQ | Notification of new content for an existing app data file | ||
| DELTA_XMIT_DIR_ADD | Notification of a new file for an app directory | ||
| DELTA_XMIT_DIR_FILE_EQ | Notification of new content for existing file in an app directory | ||
| DELTA_XMIT_DIR_DEL | Notification of a file deletion | ||
| DELTA_XMIT_OBJECT | New data object (whole) | ||
| DELTA_XMIT_MBRVAL_EQ | New value for member (singular) | ||
| DELTA_XMIT_MBRVAL_ADD | Additional member value (array member) | ||
| DELTA_XMIT_MBRVAL_DEL | Deletion of member value (array member) |
} ;