Allows reacting to device events.
More...
#include <DeviceManagerHooks.hpp>
Allows reacting to device events.
◆ dmHookAssignID()
virtual uint32_t usbguard::DeviceManagerHooks::dmHookAssignID |
( |
| ) |
|
|
pure virtual |
Device manager hook can assign ID to the USB device through this method.
- Returns
- New ID of USB device.
◆ dmHookDeviceEvent()
Device manager hook can react to USB device event through this method.
- Parameters
-
event | USB device event. |
device | USB device that caused the event. |
◆ dmHookDeviceException()
virtual void usbguard::DeviceManagerHooks::dmHookDeviceException |
( |
const std::string & |
message | ) |
|
|
pure virtual |
Device manager hook can react to USB device exceptions through this method.
- Parameters
-
message | Exception message. |
The documentation for this class was generated from the following files: