View Source VintageNetMobile.ModemInfo (vintage_net_mobile v0.11.5)
Query the modem for device and SIM information
This monitor queries the modem for information about itself and its SIM and posts it to VintageNet properties.
The following properties are reported:
Property | Values | Description |
---|---|---|
iccid | string | The Integrated Circuit Card Identifier (ICCID) |
imsi | string | The International Mobile Subscriber Identity (IMSI) |
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()