Example #1
0
 public void parse() throws AisMessageException, SixbitException {
   BinArray binArray = vdm.getBinArray();
   super.parse(binArray);
   this.slotIncrement = (int) binArray.getVal(13);
   this.numSlots = (int) binArray.getVal(3);
   this.keep = (int) binArray.getVal(1);
 }
Example #2
0
 public void parse() throws AisMessageException, SixbitException {
   BinArray binArray = vdm.getBinArray();
   super.parse(binArray);
   this.slotTimeout = (int) binArray.getVal(3);
   this.subMessage = (int) binArray.getVal(14);
 }