DeviceInfo

data class DeviceInfo(val deviceSerial: String, val hardwareVersion: String, val currentVersion: String, val softwareType: String)

Information about the device, such as hardware version, software type and current firmware version, required to check for the latest firmware release on nRF Cloud Services.

Constructors

Link copied to clipboard
constructor(deviceSerial: String, hardwareVersion: String, currentVersion: String, softwareType: String)

Properties

Link copied to clipboard

The current firmware version running on the device.

Link copied to clipboard

The device serial number, also known as Device ID.

Link copied to clipboard

The hardware version of the device.

Link copied to clipboard

The software type of the device.