VintageNetMobile.ModemInfo (vintage_net_mobile v0.10.1) View Source
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) |
Link to this section Summary
Functions
Returns a specification to start this module under a supervisor.
Link to this section Functions
Returns a specification to start this module under a supervisor.
See Supervisor
.
Specs
start_link([keyword()]) :: GenServer.on_start()