Get Firmware Version Of Device Response
data class GetFirmwareVersionOfDeviceResponse(error: BluIDSDKError?, firmwareVersion: String?)
Content copied to clipboard
Response type for getFirmwareVersionOfDevice function
Constructors
GetFirmwareVersionOfDeviceResponse
Link copied to clipboard
fun GetFirmwareVersionOfDeviceResponse(error: BluIDSDKError?, firmwareVersion: String?)
Content copied to clipboard
Properties
error
Link copied to clipboard
Possible values: DEVICE_API_TIMEOUT , DEVICE_FAILURE , INVALID_INPUT , TIMEOUT , ACCESS_DENIED , DEVICE_INVALID_RESPONSE , DEVICE_COMMUNICATION_ERROR , DEVICE_CONNECTION_LOST , DEVICE_CONNECT_FAILURE
firmwareVersion
Link copied to clipboard