VintageNet.PowerManager.handle_info
You're seeing just the callback
handle_info
, go back to VintageNet.PowerManager module for more information.
Specs
Handle other messages
All unknown messages sent to the power management GenServer
come here. This
callback is similar to GenServer.handle_info/2
.
To receive your own messages here, send them to self()
in code run in any
of the other callbacks. Another option is to call
VintageNet.PowerManager.PMControl.send_message/2