View Source QMI.Control (qmi v0.10.0)

Provides commands related to QMUX link and client management

Summary

Functions

Get a client id for a service

Release a client id for a service

Functions

Link to this function

get_client_id(qmi, service_id)

View Source
@spec 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
@spec release_client_id(QMI.name(), non_neg_integer(), non_neg_integer()) ::
  :ok | {:error, atom()}

Release a client id for a service