cellular→get_imsi()
cellular→imsi()
Retourne le "International Mobile Subscriber Identity" (MSI) qui identifie de manière unique la carte
SIM.
function get_imsi( )
js
string get_imsi( )
cpp
-(NSString*) imsi
m
string get_imsi( ): string
pas
function get_imsi( ) As String
vb
string get_imsi( )
cs
String get_imsi( )
java
async Task<string> get_imsi( )
uwp
get_imsi( )
py
function get_imsi( )
php
async get_imsi( ): Promise<string>
ts
async get_imsi( )
es
string get_imsi( )
dnp
string get_imsi( )
cp
YCellular
target
cmd
Les trois premiers chiffres représentent le code du pays (MCC), suivi par le code du réseau émetteur
de la SIM, sur 2 ou 3 chiffres selon la zone géographique.
Retourne :
une chaîne de caractères représentant le "International Mobile Subscriber Identity" (MSI) qui identifie de
manière unique la carte SIM
En cas d'erreur, déclenche une exception ou retourne
www.yoctopuce.com
get_imsi
8. Référence de l'API de haut niveau
YCellular.IMSI_INVALID
YCellular
.
127