VintageNet.PowerManager.PMControl.start_link
You're seeing just the function
start_link
, go back to VintageNet.PowerManager.PMControl module for more information.
Specs
start_link(keyword()) :: GenServer.on_start()
Start up a server
This is intended to be called via VintageNet.PowerManager.Supervisor
Arguments:
:impl
- the module that implements PowerManager:impl_args
- arguments to pass to the PowerManager'sinit/1
call