Package com.honeywell.sdk.counterreader

Class Summary
CountConst  
CounterReader This class provide a easy way to read counter Sample code: 1 mReader = new CounterReader(this,mHandler); // on the start of app 2 private Handler mHandler = new Handler() {