inotify_event
INotify event structure
Declaration
Source position: linux.pp line 401
Type
inotify\_event = record
wd : cint;
mask : cuint32;
cookie : cuint32;
len : cuint32;
name : Char;
end
Description
inotify_event is the structure used to report changes in a directory. When reading a inotify file descriptor, one or more inotify_event records can be read from the file descriptor.
See also
Name | Description |
---|---|
baseunix.fpread | Read data from file descriptor |
Char | Character type (1 byte) |
cint | |
cuint32 | |
cuint32 | |
cuint32 | |
sysutils.FileRead | Read data from a file handle in a buffer. |