zhubaomin
2024-11-06 2129ea1fca4900b7fcf1c32505fd3929f67bee2e
pipIrr-platform/pipIrr-common/src/main/java/com/dy/common/mw/protocol/p206V2/CommonV2.java
@@ -15,7 +15,7 @@
   public Boolean isThisProtocolHead(byte[] bs) throws Exception{
      if(bs == null){
         return null ;
      }else if(bs.length >= (ProtocolConstantV206V2.ctrlIndex - 1)
      }else if(bs.length >= (ProtocolConstantV206V2.ctrlIndex)
            && bs[ProtocolConstantV206V2.headFlag1Index] == ProtocolConstantV206V2.P_Head_Byte
            && bs[ProtocolConstantV206V2.headFlag2Index] == ProtocolConstantV206V2.P_Head_Byte){
         Short vs = this.parseVersion(bs) ;