QMI.Codec.DeviceManagement (qmi v0.6.3) View Source

Codec for making device management requests

Link to this section Summary

Types

The serial numbers assigned to the device

Functions

Get the device hardware revision

Get the device manufacturer

Get the device model

Get the firmware revision id

Request for the serial numbers of the device

Link to this section Types

Specs

serial_numbers() :: %{
  esn: binary() | nil,
  imei: binary() | nil,
  meid: binary() | nil,
  imeisv_svn: binary() | nil
}

The serial numbers assigned to the device

  • esn - for 3GPP2 devices
  • imei - for 3GPP devices
  • meid - for 3GPP and 3GPP2 devices
  • imeisv_svn - for 3GPP devices

Link to this section Functions

Link to this function

get_device_hardware_rev()

View Source

Specs

get_device_hardware_rev() :: QMI.request()

Get the device hardware revision

Specs

get_device_mfr() :: QMI.request()

Get the device manufacturer

Specs

get_device_model_id() :: QMI.request()

Get the device model

Specs

get_device_rev_id() :: QMI.request()

Get the firmware revision id

Link to this function

get_device_serial_numbers()

View Source

Specs

get_device_serial_numbers() :: QMI.request()

Request for the serial numbers of the device