public class ImeiNumber
extends java.lang.Object
| Constructor and Description |
|---|
ImeiNumber(java.lang.String imei)
Constructor of the class.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getDeviceID()
Returns the device ID associated with the IMEI number in form
of byte array.
|
java.lang.String |
getDeviceIDString()
Returns the device id associated with the IMEI number in form
of string.
|
int[] |
getImeiNumber()
Returns the IMEI number in form of int array.
|
void |
setImei(java.lang.String imei)
Setter of the IMEI string.
|
public ImeiNumber(java.lang.String imei)
imei - The string with the IMEI, e.g: "355743050001029".public byte[] getDeviceID()
public java.lang.String getDeviceIDString()
public int[] getImeiNumber()
public void setImei(java.lang.String imei)
imei - the string representing the IMEI number, e.g: "355743050001029".© Copyright 2014 Etherios, Inc. All rights reserved. Etherios, Inc. is a Division of Digi International Inc.