Uses of Class
de.beamertool.mobile.CommPort

Packages that use CommPort
de.beamertool.admin.phonecheck This package contains all classes to realize the phone checking window 
de.beamertool.mobile This package contains all message-generating classes and it's factory. 
de.beamertool.util   
 

Uses of CommPort in de.beamertool.admin.phonecheck
 

Methods in de.beamertool.admin.phonecheck with parameters of type CommPort
 void CheckDevice.doIt(MobileType theType, CommPort theDevice, String pin)
          Main worker method.
 

Constructors in de.beamertool.admin.phonecheck with parameters of type CommPort
CheckDeviceWindow(MobileType theType, CommPort theDevice, String pin)
          Create window and initalize everything.
 

Uses of CommPort in de.beamertool.mobile
 

Methods in de.beamertool.mobile with parameters of type CommPort
static Service SmsLibWrapper.cretateSmsService(Logger smslibLogger, MobileType mt, CommPort theDevice, String pin)
           
static Service SmsLibWrapper.cretateSmsService(Logger smslibLogger, MobileType mt, CommPort theDevice, String pin, IInboundMessageNotification ibnm)
           
static Service SmsLibWrapper.cretateSmsService(Logger smslibLogger, MobileType mt, CommPort theDevice, String pin, IInboundMessageNotification ibnm, ICallNotification icn)
           
 

Uses of CommPort in de.beamertool.util
 

Methods in de.beamertool.util that return CommPort
 CommPort ExtProperties.getCommPort(String key)
           
 CommPort ExtProperties.getCommPort(String key, CommPort defaultValue)
           
 

Methods in de.beamertool.util with parameters of type CommPort
 CommPort ExtProperties.getCommPort(String key, CommPort defaultValue)
           
 void ExtProperties.putCommPort(String key, CommPort value)