View Source VintageNetQMI.Connection (vintage_net_qmi v0.4.2)
Establish an connection with the QMI device
Summary
Functions
Returns a specification to start this module under a supervisor.
Process connection stats
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
.
@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