SignalingDeviceStateHandler

DESCRIPTION

Callback function definition when the device state changes.

DECLARATION

using SignalingDeviceStateHandler =
    std::function<void(SignalingDeviceState state)>

PARAMETERS

state:
The new state of the device.