Definitions for "Synchronous function"
Blocks program execution until a value is returned by the device. Also called a blocking function. See asynchronous function.
A function that blocks program execution until a value is returned by the device.
A function that blocks the application until the function completes. EV_SYNC is specified in the function's mode argument.