enableFifo method

void enableFifo(
  1. bool enable
)

Implementation

void enableFifo(bool enable){_enableFlag(READSESSION_FLAG_FIFO,enable);}