QMI.DeviceManagement (qmi v0.7.0) View Source

Device Management service requests

Link to this section Summary

Functions

Get the firmware information

Get the hardware information

Get the device manufacturer information

Get the device model information

Get the device serial numbers

Link to this section Functions

Specs

get_firmware_rev(QMI.name()) :: {:ok, map()} | {:error, any()}

Get the firmware information

Specs

get_hardware_rev(QMI.name()) :: {:ok, map()} | {:error, any()}

Get the hardware information

Specs

get_manufacturer(QMI.name()) :: {:ok, binary()} | {:error, any()}

Get the device manufacturer information

Specs

get_model(QMI.name()) :: {:ok, binary()} | {:error, any()}

Get the device model information

Specs

get_serial_numbers(QMI.name()) ::
  {:ok, QMI.Codec.DeviceManagement.serial_numbers()} | {:error, any()}

Get the device serial numbers