View Source VintageNetQMI.Connection (vintage_net_qmi v0.3.5)

Establish an connection with the QMI device

Link to this section Summary

Types

Options for to establish the connection

Functions

Returns a specification to start this module under a supervisor.

Start the Connection server

Link to this section Types

@type arg() :: {:service_provider, String.t()}

Options for to establish the connection

:apn - The Access Point Name of the service provider

Link to this section Functions

Returns a specification to start this module under a supervisor.

See Supervisor.

Link to this function

process_stats(ifname, event_report_indication)

View Source
@spec process_stats(VintageNet.ifname(), map()) :: :ok

Process connection stats

This will post the updated stats as properties.

@spec start_link([arg()]) :: GenServer.on_start()

Start the Connection server