#
whycq
2024-08-17 20245e35da8a9d809b2de91f4ec29dd39127f9d5
app/src/main/java/com/example/agvcontroller/protocol/AGV_A1_DOWN.java
@@ -21,8 +21,28 @@
    }
    public byte getAckSign() {
        return ackSign;
    }
    public void setAckSign(byte ackSign) {
        this.ackSign = ackSign;
    }
    public byte[] getTemp() {
        return temp;
    }
    public void setTemp(byte[] temp) {
        this.temp = temp;
    }
    private byte ackSign = 0x11;
    private byte[] temp = new byte[4];
    public String getSerialNo() {
        return "";
    }
}