DisableHIDBlockingMode()

Syntax

Result = DisableHIDBlockingMode(#HID, Status)
Description
Enable or disable blocking mode for the specified HID device. When blocking mode is disabled, read operations will return immediately even if no data is available.

Parameters

#HID The HID device to configure.
Status The blocking mode status (nonzero to disable blocking, zero to enable).

Return value

None.

See Also

ReadHIDData()

Supported OS

All

<- CloseHID() - HID Index - ExamineHIDs() ->