enum | librealsense::hwmon_response : int32_t {
librealsense::hwm_Success = 0,
librealsense::hwm_WrongCommand = -1,
librealsense::hwm_StartNGEndAddr = -2,
librealsense::hwm_AddressSpaceNotAligned = -3,
librealsense::hwm_AddressSpaceTooSmall = -4,
librealsense::hwm_ReadOnly = -5,
librealsense::hwm_WrongParameter = -6,
librealsense::hwm_HWNotReady = -7,
librealsense::hwm_I2CAccessFailed = -8,
librealsense::hwm_NoExpectedUserAction = -9,
librealsense::hwm_IntegrityError = -10,
librealsense::hwm_NullOrZeroSizeString = -11,
librealsense::hwm_GPIOPinNumberInvalid = -12,
librealsense::hwm_GPIOPinDirectionInvalid = -13,
librealsense::hwm_IllegalAddress = -14,
librealsense::hwm_IllegalSize = -15,
librealsense::hwm_ParamsTableNotValid = -16,
librealsense::hwm_ParamsTableIdNotValid = -17,
librealsense::hwm_ParamsTableWrongExistingSize = -18,
librealsense::hwm_WrongCRC = -19,
librealsense::hwm_NotAuthorisedFlashWrite = -20,
librealsense::hwm_NoDataToReturn = -21,
librealsense::hwm_SpiReadFailed = -22,
librealsense::hwm_SpiWriteFailed = -23,
librealsense::hwm_SpiEraseSectorFailed = -24,
librealsense::hwm_TableIsEmpty = -25,
librealsense::hwm_I2cSeqDelay = -26,
librealsense::hwm_CommandIsLocked = -27,
librealsense::hwm_CalibrationWrongTableId = -28,
librealsense::hwm_ValueOutOfRange = -29,
librealsense::hwm_InvalidDepthFormat = -30,
librealsense::hwm_DepthFlowError = -31,
librealsense::hwm_Timeout = -32,
librealsense::hwm_NotSafeCheckFailed = -33,
librealsense::hwm_FlashRegionIsLocked = -34,
librealsense::hwm_SummingEventTimeout = -35,
librealsense::hwm_SDSCorrupted = -36,
librealsense::hwm_SDSVerifyFailed = -37,
librealsense::hwm_IllegalHwState = -38,
librealsense::hwm_RealtekNotLoaded = -39,
librealsense::hwm_WakeUpDeviceNotSupported = -40,
librealsense::hwm_ResourceBusy = -41,
librealsense::hwm_MaxErrorValue = -42,
librealsense::hwm_PwmNotSupported = -43,
librealsense::hwm_PwmStereoModuleNotConnected = -44,
librealsense::hwm_UvcStreamInvalidStreamRequest = -45,
librealsense::hwm_UvcControlManualExposureInvalid = -46,
librealsense::hwm_UvcControlManualGainInvalid = -47,
librealsense::hwm_EyesafetyPayloadFailure = -48,
librealsense::hwm_ProjectorTestFailed = -49,
librealsense::hwm_ThreadModifyFailed = -50,
librealsense::hwm_HotLaserPwrReduce = -51,
librealsense::hwm_HotLaserDisable = -52,
librealsense::hwm_FlagBLaserDisable = -53,
librealsense::hwm_NoStateChange = -54,
librealsense::hwm_EEPROMIsLocked = -55,
librealsense::hwm_OEMIdWrong = -56,
librealsense::hwm_RealtekNotUpdated = -57,
librealsense::hwm_FunctionNotSupported = -58,
librealsense::hwm_IspNotImplemented = -59,
librealsense::hwm_IspNotSupported = -60,
librealsense::hwm_IspNotPermited = -61,
librealsense::hwm_IspNotExists = -62,
librealsense::hwm_IspFail = -63,
librealsense::hwm_Unknown = -64,
librealsense::hwm_LastError = hwm_Unknown - 1
} |