public interface IModemConfigurableComponent
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
SERVICE_NAME
service name of this interface for the bundle activator
(com.arcom.zywan.device.modem.configuration.service.ICellularConfigService.java)
|
Modifier and Type | Method and Description |
---|---|
void |
receiveConfig(java.util.Properties configProperties)
This is the method that gets called when a new modem configuration is received
|
java.util.Properties |
sendConfig()
Sends a configuration of a modem to a component
|
static final java.lang.String SERVICE_NAME
void receiveConfig(java.util.Properties configProperties) throws ModemConfigurationException
configProperties
- The configuration parameters to receiveModemConfigurationException
- If the modem can not be configuredjava.util.Properties sendConfig() throws ModemConfigurationException
ModemConfigurationException
- If the configuration can not be sentCopyright © 2009 Eurotech Inc. All rights reserved.