QMI.Control (qmi v0.6.4) View Source

Provides commands related to QMUX link and client management

Link to this section Summary

Functions

Get a client id for a service

Release a client id for a service

Link to this section Functions

Link to this function

get_client_id(qmi, service_id)

View Source

Specs

get_client_id(QMI.name(), non_neg_integer()) ::
  {:ok, non_neg_integer()} | {:error, atom()}

Get a client id for a service

Link to this function

release_client_id(qmi, service_id, client_id)

View Source

Specs

release_client_id(QMI.name(), non_neg_integer(), non_neg_integer()) ::
  :ok | {:error, atom()}

Release a client id for a service