View Source QMI.DeviceManagement (qmi v0.8.3)
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 operating mode
Get the device serial numbers
Set the operating mode
Link to this section Functions
Specs
Get the firmware information
Specs
Get the hardware information
Specs
Get the device manufacturer information
Specs
Get the device model information
Specs
get_operating_mode(QMI.name()) :: {:ok, QMI.Codec.DeviceManagement.operating_mode_response()} | {:error, any()}
Get the operating mode
Specs
get_serial_numbers(QMI.name()) :: {:ok, QMI.Codec.DeviceManagement.serial_numbers()} | {:error, any()}
Get the device serial numbers
Specs
set_operating_mode(QMI.name(), QMI.Codec.DeviceManagement.operating_mode()) :: :ok | {:error, any()}
Set the operating mode