public int getCommandStatus() {
   return header == null ? 0 : header.getCommandStatus();
 }