di Sapphire Solutions - Tipo prodotto: Componente / .NET Compact Framework / DLL
Read the device's IMEI and IMSI number on SmartPhone and PPC2002/2003 Phone Edition devices. Sapphire IMEI Utility enables you to record the device's International Mobile Equipment Identifier (IEMI) or International Mobile Subscriber Identity (IMSI) numbers. These numbers can be used to track what device and SIM card are being used by which user. It can also be used to ensure that the data on the device is kept unique by using the number as a device prefix within your data. The Sapphire IMEI Utility allows both the IMEI and IMSI numbers to be read from SmartPhone and PPC2002/2003 Phone Edition devices. Sapphire IMEI Utility is also included in the Sapphire Suite, the complete set of Sapphire Solutions Development Utilities. Now supports Satellite Forms. Windows Mobile 6 platform (WM 6.0) compatible.
I nostri prezzi standard sono indicati sotto. Accedi per vedere i tuoi prezzi scontati.
| Aggiungi al carrello | $ 351.82 | 1 Developer License * | Download (129 KB) | |
| Aggiungi al carrello | $ 175.42 | 1 Developer Upgrade License from previous version * | Verifica | Download (129 KB) |
| Aggiungi al carrello | $ 1,763.02 | 1 Developer License * | Download (4.1 MB) |
| Aggiungi al carrello | $ 351.82 | 1 Year - Includes support for all Sapphire products purchased or upgraded within the last twelve months * | Download (29 KB) | |
| Aggiungi al carrello | $ 528.22 | 2 Year - Includes support for all Sapphire products purchased or upgraded within the last twelve months * | Download (29 KB) | |
| Aggiungi al carrello | $ 704.62 | 3 Year - Includes support for all Sapphire products purchased or upgraded within the last twelve months * | Download (29 KB) |
I nostri prezzi comprendono l'assistenza tecnica ComponentSource e, per la maggior parte dei prodotti scaricabili, una copia di riserva online e un aggiornamento GRATUITO alla nuova versione, se questa viene lanciata entro 30 giorni dall'acquisto. Tutte le vendite sono soggette ai nostri termini e condizioni standard ed alla nostra politica di rimborso. Contattaci se necessiti di un'opzione di licenza non elencata sopra, comprese licenze multiple e versioni precedenti.
I nostri prezzi standard sono indicati sopra. Accedi per vedere i tuoi prezzi scontati.
Implementation couldn’t be easier, simply declare the DLL function as a function within your application and call it as though you wrote it yourself. Here’s a sample demo to how to retrieve the device’s IMEI number within VB.NET.
Public Function IMEI( ByVal lDeviceIDAs Integer)As String
DimsIMEIStoreAs String
DimhInstanceAs Integer
sIMEIStore = Space(100)
sIMEI(sIMEIStore, hInstance, lDeviceID, SapphireIMEILicence)
IMEI = StripString(sIMEIStore)
End Function
DimsIMEIAs String
DimlDeviceIDAs Integer
ForlDeviceID = 0 To10
lblDeviceID.Text = "Device ID is " & lDeviceID
lblDeviceID.Update()
sIMEI = IMEI(lDeviceID)
IfLen(sIMEI) >= 15 Then
sIMEI = Mid(sIMEI, 1, 15)
lblIMEI.Text = "IMEI Number is " & sIMEI
lblIMEI.Update()
Exit For
End If
NextlDeviceID
Please, note that this product is also included in the Sapphire Suite, the complete set of Sapphire Solutions eVB, VB.NET and C# Development Utilities. Sapphire Suite package contains the latest version of Sapphire Solutions released utilities: Sapphire RAS Utility, Sapphire FTP Utility, Sapphire GZip, Sapphire Encrypt, Sapphire IrDA, Sapphire Buttons, Sapphire IMEI, Sapphire Battery, etc.

Autore
Categoria primaria
Prodotti correlati
Categorie correlate
ComponentSource offre un servizio unico globale usato da oltre 1.000.000 di sviluppatori nel mondo.