com.alarexgroup.m2mplf.adapters.hw
Class InfoAdapter

java.lang.Object
  extended by com.alarexgroup.m2mplf.adapters.hw.InfoAdapter
public class InfoAdapter
extends java.lang.Object

Adapter delivers information about module and it's state

Method Summary
 java.lang.String getDeviceModel()
          Gets identification of device model
 java.lang.String getDeviceRevision()
          Gets device revision number
static InfoAdapter getIdentificationAdapter()
          Returns active instance of adapter
 java.lang.String getIMEI()
          Gets IMEI
 java.lang.String getIMSI()
          Gets IMSI
 MobileStatus getMobileStatus()
          Gets operating parameters of this module
 java.lang.String getSIMid()
          Gets SIM card identificator
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getIdentificationAdapter

public static InfoAdapter getIdentificationAdapter()
Returns active instance of adapter

Returns:
IdentificationAdapter

getDeviceRevision

public java.lang.String getDeviceRevision()
Gets device revision number

Returns:
device revision

getDeviceModel

public java.lang.String getDeviceModel()
Gets identification of device model

Returns:
device model

getIMEI

public java.lang.String getIMEI()
Gets IMEI

Returns:
IMEI

getIMSI

public java.lang.String getIMSI()
Gets IMSI

Returns:
IMSI

getSIMid

public java.lang.String getSIMid()
Gets SIM card identificator

Returns:
SIMid

getMobileStatus

public MobileStatus getMobileStatus()
Gets operating parameters of this module

Returns:
MobileStatus object with operating parameters
See Also:
MobileStatus