經 Sapphire Solutions - 產品類型: 構件 / .NET 精簡框架 / 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.
我們的常規價格如下。 請登錄後查看打折後的價格。
| 加入購物車 | $ 351.82 | 1 Developer License * | 下載 (129 KB) | |
| 加入購物車 | $ 175.42 | 1 Developer Upgrade License from previous version * | 驗證 | 下載 (129 KB) |
| 加入購物車 | $ 1,763.02 | 1 Developer License * | 下載 (4.1 MB) |
| 加入購物車 | $ 351.82 | 1 Year - Includes support for all Sapphire products purchased or upgraded within the last twelve months * | 下載 (29 KB) | |
| 加入購物車 | $ 528.22 | 2 Year - Includes support for all Sapphire products purchased or upgraded within the last twelve months * | 下載 (29 KB) | |
| 加入購物車 | $ 704.62 | 3 Year - Includes support for all Sapphire products purchased or upgraded within the last twelve months * | 下載 (29 KB) |
我們的價格包括ComponentSource的技術支持。對於大多數可下載的產品,還提供線上備份和免費升級為新版本,若新版本在購買後的30日內發佈的話。 所有銷售都是按照我們的標準條款 進行的,並且適用我們的退貨政策. 請 聯繫我們 若您需要任何未在上面列出的License選擇,包括批量License及以前的版本。
我們的常規價格見上。 請登錄後查看打折後的價格。
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.
」技術提供發佈者
首要類別
相關產品
相關類別