IOMode

Controls the waiting behavior of read/write operations.

Note that this is currently ignored for all device streams. Use the "vibe-core" package if you need this functionality.

Values

ValueMeaning
immediate

not supported

once

not supported

all

Writes/reads the whole buffer

Meta