QMI.Supervisor.start_link
You're seeing just the function
start_link
, go back to QMI.Supervisor module for more information.
Specs
start_link(options()) :: Supervisor.on_start()
Start the supervisor
The :name
option is required and will be the QMI supervisor process. Pass
this name to all functions that have a qmi
parameter.