Example #1
0
 public void send(byte[] buf, int offset, int length) throws IOException {
   sender.send(buf, offset, length);
 }
Example #2
0
 //  重新发送广播消息
 private void sendRequestBrocast() {
   byte[] data = REQUEST_DEVICE_HEADER.getBytes();
   m_brocast.send(data);
 }