|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Defines MC572x modem service
Field Summary | |
static java.lang.String |
SERVICE_NAME
service name of this interface for the bundle activator (com.esf.device.modem.service.IMC572xModemService) |
Fields inherited from interface com.esf.device.modem.service.IModemService |
NEW_CONFIGURATION_TOPIC |
Method Summary | |
int |
getCallStatus()
Reports Call Status |
java.lang.String |
getCallStatusString()
Reports Call Status String. |
int |
getChannelNumber()
Reports channel number |
int |
getChannelState()
Reports channel state |
java.lang.String |
getChannelStateString()
Reports channel state string. |
int |
getCurrentBandClass()
Report current band class |
java.lang.String |
getCurrentBandClassString()
Report current band class string. |
int |
getNetworkID()
Reports current Network Identifier (NID) |
int |
getSystemID()
Reports current System Identifier (SID) |
Methods inherited from interface com.esf.device.modem.service.IModemService |
applyNewConfiguration, connect, disconnect, getCallRxCounter, getCallTxCounter, getIPaddress, getNetworkTechnology, getPeerIPaddress, getPowerMode, getServiceType, getSignalStrength, isConnected, isConnecting, isRoaming, reset, turnOff, turnOn |
Methods inherited from interface com.esf.device.modem.service.IUsbModemService |
getProductID, getUsbPortAddress, getVendorID |
Methods inherited from interface com.esf.device.modem.service.ICellularModemService |
disable, enable, getManufacturer, getModel, getRevisionID, getSerialNumber, isEnabled, isOn |
Field Detail |
public static final java.lang.String SERVICE_NAME
Method Detail |
public int getSystemID() throws java.lang.Exception
getSystemID
in interface IEvdoModemService
java.lang.Exception
public int getNetworkID() throws java.lang.Exception
getNetworkID
in interface IEvdoModemService
java.lang.Exception
public int getChannelNumber() throws java.lang.Exception
getChannelNumber
in interface IEvdoModemService
java.lang.Exception
public int getChannelState() throws java.lang.Exception
getChannelState
in interface IEvdoModemService
java.lang.Exception
public java.lang.String getChannelStateString() throws java.lang.Exception
getChannelStateString
in interface IEvdoModemService
java.lang.Exception
public int getCurrentBandClass() throws java.lang.Exception
getCurrentBandClass
in interface IEvdoModemService
java.lang.Exception
public java.lang.String getCurrentBandClassString() throws java.lang.Exception
getCurrentBandClassString
in interface IEvdoModemService
java.lang.Exception
public int getCallStatus() throws java.lang.Exception
getCallStatus
in interface IEvdoModemService
java.lang.Exception
public java.lang.String getCallStatusString() throws java.lang.Exception
getCallStatusString
in interface IEvdoModemService
java.lang.Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |