enum Poco::DirectoryWatcher::DirectoryEventMask

Overview

#include <DirectoryWatcher.h>

enum DirectoryEventMask
{
    DW_FILTER_ENABLE_ALL  = 31,
    DW_FILTER_DISABLE_ALL = 0,
};

Detailed Documentation

Enum Values

DW_FILTER_ENABLE_ALL

Enables all event types.

DW_FILTER_DISABLE_ALL

Disables all event types.