Class DeviceCellularSimsSim
Device Cellular Sims
[DataContract]
public class DeviceCellularSimsSim
- Inheritance
-
DeviceCellularSimsSim
- Inherited Members
Constructors
DeviceCellularSimsSim()
public DeviceCellularSimsSim()
Properties
Apns
A list of Sims
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "apns")]
public List<DeviceCellularSimsSimApn>? Apns { get; set; }
Property Value
Iccid
Integrated Circuit Card Identification Number
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "iccid")]
public string? Iccid { get; set; }
Property Value
Imsi
International Mobile Subscriber Identity
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "imsi")]
public string? Imsi { get; set; }
Property Value
IsPrimary
Is Primary
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "isPrimary")]
public bool? IsPrimary { get; set; }
Property Value
- bool?
Msisdn
Mobile Station Integrated Services Digital NetworkInternational Mobile Subscriber Identity
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "msisdn")]
public string? Msisdn { get; set; }
Property Value
SimOrder
Priority of SIM slot being configured. Use a value between 1 and total number of SIMs available. The value must be unique for each SIM.
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "simOrder")]
public int? SimOrder { get; set; }
Property Value
- int?
Slot
SIM slot being configured. Must be 'sim1' on single-sim devices. Use 'sim3' for eSIM.
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "slot")]
public string? Slot { get; set; }
Property Value
Status
Status of the SIM card. enum = ["PIN required", "PUK required", "active", "inserted", "not inserted", ...] SIM slot being configured.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "status")]
public string? Status { get; set; }