Searched refs:toBytesArray (Results 1 – 5 of 5) sorted by relevance
87 public byte[] toBytesArray() { in toBytesArray() method in ReplyPacket88 byte res[] = super.toBytesArray(); in toBytesArray()
122 public byte[] toBytesArray() { in toBytesArray() method in CommandPacket123 byte res[] = super.toBytesArray(); in toBytesArray()
303 connection.writePacket(command.toBytesArray()); in waitForReply()374 connection.writePacket(command.toBytesArray()); in sendCommand()
642 Packet packetCopy = new Packet(packet.toBytesArray()); in parseEventPacket()
1206 public byte[] toBytesArray() { in toBytesArray() method in Packet