Enumeration Modem3gppSubscriptionState

Describes the current subscription status of the SIM. This value is only available after the modem attempts to register with the network.

Enumeration Members

MM_MODEM_3GPP_SUBSCRIPTION_STATE_UNKNOWN: 0

The subscription state is unknown.

MM_MODEM_3GPP_SUBSCRIPTION_STATE_UNPROVISIONED: 1

The account is unprovisioned.

MM_MODEM_3GPP_SUBSCRIPTION_STATE_PROVISIONED: 2

The account is provisioned and has data available.

MM_MODEM_3GPP_SUBSCRIPTION_STATE_OUT_OF_DATA: 3

The account is provisioned but there is no data left.

Generated using TypeDoc