flush

suspend fun flush(): List<Boolean>

Manually flushes the queue.

Writes all pending data to the queue and waits until responses have been received for all data packets.

This function must be called manually if autoFlush is set to false.

Return

List of success states for each data packet's command. ie. True if the operation ran successfully on the PGN daemon.