rxClear method

void rxClear()

Implementation

void rxClear() {
  (this).clear();
  (this).refresh();
}