Community
Participate
Working Groups
} else if (recordType == MIParser.RecordType.OOBRecord) {
// Process OOBs
final MIOOBRecord oob = fMiParser.parseMIOOBRecord(line);
fAccumulatedOOBRecords.add(oob);
if (!fRxCommands.isEmpty()) {
}
final MIOutput response = new MIOutput(oob);
/*
* OOBS are events. So we pass them to any event listeners who want to see them. Again this must
* be done on the DSF thread for integrity.