QMI.Codec.Control (qmi v0.10.2)

View Source

Codec for making control service requests

Summary

Functions

Request for getting a client id

Parse indications for the the control service

Types

sync_indication()

@type sync_indication() :: %{name: :sync_indication}

Functions

get_client_id(service_id)

@spec get_client_id(non_neg_integer()) :: QMI.request()

Request for getting a client id

parse_indication(arg1)

@spec parse_indication(binary()) ::
  {:ok, sync_indication()} | {:error, :invalid_indication}

Parse indications for the the control service

release_client_id(service_id, client_id)

@spec release_client_id(non_neg_integer(), non_neg_integer()) :: QMI.request()

Release a client id