public interface ModemServiceListener
Modifier and Type | Method and Description |
---|---|
void |
modemServiceAdded(ICellularModemService ms)
Notifies application that a modem has been inserted
|
void |
modemServiceNewConfigurationApplied(java.lang.String modemSN)
Notifies application that new configuration has been applied
|
void |
modemServiceNewConfigurationFailure(java.lang.String modemSN)
Notifies application that new configuration has NOT been applied
successfully.
|
void |
modemServiceNewConfigurationReceived(java.lang.String modemSN)
Notifies application that new configuration has been received.
|
void |
modemServiceRemoved(ICellularModemService ms)
Notifies application that a modem has been removed.
|
void modemServiceAdded(ICellularModemService ms)
ms
- - modem service added as IModemService
void modemServiceRemoved(ICellularModemService ms)
ms
- - modem service removed as IModemService
void modemServiceNewConfigurationReceived(java.lang.String modemSN)
modemSN
- - modem serial number as String
void modemServiceNewConfigurationApplied(java.lang.String modemSN)
modemSN
- - modem serial number as String
void modemServiceNewConfigurationFailure(java.lang.String modemSN)
modemSN
- - modem serial number as String
Copyright © 2009 Eurotech Inc. All rights reserved.