|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMC572xModemService
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, isConfigured, isConnected, isConnecting, isRoaming, provideConfiguration, reset, sendSms, 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 |
---|
getConnectionInfo, isEnabledInConfiguration |
Methods inherited from interface com.esf.device.modem.service.IBasicCellularModemService |
---|
allowConnect, disable, enable, getManufacturer, getModel, getRevisionID, getSerialNumber, isConnectAllowed, isEnabled, isOn |
Field Detail |
---|
static final java.lang.String SERVICE_NAME
Method Detail |
---|
int getSystemID() throws java.lang.Exception
getSystemID
in interface IEvdoModemService
java.lang.Exception
int getNetworkID() throws java.lang.Exception
getNetworkID
in interface IEvdoModemService
java.lang.Exception
int getChannelNumber() throws java.lang.Exception
getChannelNumber
in interface IEvdoModemService
java.lang.Exception
int getChannelState() throws java.lang.Exception
getChannelState
in interface IEvdoModemService
java.lang.Exception
java.lang.String getChannelStateString() throws java.lang.Exception
getChannelStateString
in interface IEvdoModemService
java.lang.Exception
int getCurrentBandClass() throws java.lang.Exception
getCurrentBandClass
in interface IEvdoModemService
java.lang.Exception
java.lang.String getCurrentBandClassString() throws java.lang.Exception
getCurrentBandClassString
in interface IEvdoModemService
java.lang.Exception
int getCallStatus() throws java.lang.Exception
getCallStatus
in interface IEvdoModemService
java.lang.Exception
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 |