Index of types


A
action [Libudev.Device]
A device event action, for devices received from a Monitor.t.

D
descr [Libudev.Device]
A type describing different ways of creating a Device.t using Device.create.

E
error [Libudev]
Unexpected errors, that may be raised by the functions of the binding.

F
filter [Libudev.Enumerate]
The devices enumerated using Enumerate.devices and Enumerate.subsystems can be filtered, specifying a list of filter values.
filter [Libudev.Monitor]
Once the monitor is created, the devices that it listens to can be filtered using Monitor.set_filter, specifying a list of filter values.

N
netlink_source [Libudev.Monitor]
Netlink source from which to listen to.

T
t [Libudev.Monitor]
A Monitor.t monitor listens for changes to the device list.
t [Libudev.Device]
A Device.t corresponds to a system device.
t [Libudev.Context]
A value of type Context.t represents a connection to the udev device database.