DeviceErrorTypeUnplugged constant

int const DeviceErrorTypeUnplugged

Description: The device is unplugged.
Cause: The device is unplugged or not properly connected.
Solutions: Check the device wiring and reconnect the device.

Implementation

static const int DeviceErrorTypeUnplugged = 1006006;