com.esf.device.modem.service
Interface IF5521gwModemService

All Superinterfaces:
IBasicCellularModemService, ICellularModemService, IUsbCellularModemService, IUsbModemService

public interface IF5521gwModemService
extends IUsbCellularModemService


Field Summary
static java.lang.String SERVICE_NAME
           
 
Method Summary
 java.lang.String getServiceCenterAddress()
           
 boolean isSimPinSet()
           
 void setServiceCenterAddress(java.lang.String smsc)
           
 void setSimPin(java.lang.String pin)
           
 
Methods inherited from interface com.esf.device.modem.service.IUsbCellularModemService
getSupportedInterfaceType
 
Methods inherited from interface com.esf.device.modem.service.ICellularModemService
applyNewConfiguration, connect, disconnect, getCallRxCounter, getCallTxCounter, getConnectionInfo, getIPaddress, getNetworkTechnology, getPeerIPaddress, getPowerMode, getServiceType, getSignalStrength, isConnected, isConnecting, isEnabledInConfiguration, isRoaming, provideConfiguration, reset, turnOff, turnOn
 
Methods inherited from interface com.esf.device.modem.service.IBasicCellularModemService
allowConnect, disable, enable, getManufacturer, getModel, getRevisionID, getSerialNumber, isConnectAllowed, isEnabled, isOn
 
Methods inherited from interface com.esf.device.modem.service.IUsbModemService
getProductID, getUsbPortAddress, getVendorID
 

Field Detail

SERVICE_NAME

static final java.lang.String SERVICE_NAME
Method Detail

setSimPin

void setSimPin(java.lang.String pin)
               throws java.lang.Exception
Throws:
java.lang.Exception

isSimPinSet

boolean isSimPinSet()
                    throws java.lang.Exception
Throws:
java.lang.Exception

setServiceCenterAddress

void setServiceCenterAddress(java.lang.String smsc)
                             throws java.lang.Exception
Throws:
java.lang.Exception

getServiceCenterAddress

java.lang.String getServiceCenterAddress()
                                         throws java.lang.Exception
Throws:
java.lang.Exception