View Source VintageNetQMI.Connection (vintage_net_qmi v0.4.2)

Establish an connection with the QMI device

Summary

Types

Options for to establish the connection

Functions

Returns a specification to start this module under a supervisor.

Start the Connection server

Types

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

Options for to establish the connection

:apn - The Access Point Name of the service provider

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