aboutsummaryrefslogtreecommitdiff
path: root/XCTUDecodeRequest.java
blob: e870a9a4672f9a02cd02c973b5e5ad32a8a8ac37 (plain)
1
2
3
4
5
6
7
8
9
10
public class XCTUDecodeRequest {
   public static void main(String[] args) {
     try {
       com.digi.xctung.xbee.models.a var9 = new com.digi.xctung.xbee.models.a(args[0], true, false, 0xfe, 0);
       var9.a();
     } catch(Exception e) {
       e.printStackTrace();
     }
   }
}