View Source VintageNetMobile.CellMonitor (vintage_net_mobile v0.11.5)
Monitor cell network information
This monitor queries the modem for cell network information and posts it to VintageNet properties.
The following properties are reported:
Property | Values | Description |
---|---|---|
lac | 0-65533 | The Location Area Code (lac) for the current cell |
cid | 0-268435455 | The Cell ID (cid) for the current cell |
mcc | 0-999 | Mobile Country Code for the network |
mnc | 0-999 | Mobile Network Code for the network |
network | string | The network operator's name |
access_technology | string | The technology currently in use to connect to the network |
band | string | The frequency band in use |
channel | integer | An integer that indicates the channel that's in use |
Summary
Functions
Returns a specification to start this module under a supervisor.
Functions
Returns a specification to start this module under a supervisor.
See Supervisor
.
@spec start_link([keyword()]) :: GenServer.on_start()