Defines the interface for classes that want to be updated about the detection of available devices.
More...
#include <EnumerationClient.h>
Defines the interface for classes that want to be updated about the detection of available devices.
◆ onDeviceDetected()
virtual void optris::EnumerationClient::onDeviceDetected |
( |
DeviceInfo | deviceInfo | ) |
|
|
inlinevirtualnoexcept |
Callback function triggered when a new available device is detected.
- Parameters
-
[in] | deviceInfo | information of the device. |
◆ onDeviceDetectionLost()
virtual void optris::EnumerationClient::onDeviceDetectionLost |
( |
DeviceInfo | deviceInfo | ) |
|
|
inlinevirtualnoexcept |
Callback function triggered when a previously detected available device is no longer detected.
- Parameters
-
[in] | deviceInfo | information of the device. |
The documentation for this class was generated from the following file: