com.esf.device.modem.channel.service
Interface ModemChannelCallback


public interface ModemChannelCallback


Method Summary
 void resetModem()
          A callback method for the channel implementation to request a modem reset.
 

Method Detail

resetModem

void resetModem()
                throws java.lang.Exception
A callback method for the channel implementation to request a modem reset. This will be used when a critical error has occurred at the channel level.

Throws:
java.lang.Exception