摘要: 废话不多说。直接上代码! 一. 接收端 1.创建UDP连接 public void init() { try { //开关的作用 isRunning = true; DatagramSocket mUdpSocket = new DatagramSocket(40000); recivRequest 阅读全文
posted @ 2017-04-25 16:36 水柠檬QAQ 阅读(430) 评论(0) 推荐(1)
摘要: public class VirturlKeyPadCtr { private static Instrumentation mInstrumentation; public static void RC_ConttrollerAction(final int keyValue) { /** * W 阅读全文
posted @ 2017-04-25 16:07 水柠檬QAQ 阅读(3102) 评论(0) 推荐(0)