Function libicsneo_sys::icsneo_disableMessagePolling
source · pub unsafe extern "C" fn icsneo_disableMessagePolling(
device: *const neodevice_t
) -> boolExpand description
\brief Disable buffering of messages for the specified hardware \param[in] device A pointer to the neodevice_t structure specifying the device to operate on. \returns True if polling could be disabled.
See icsneo_enableMessagePolling() for more information about the message polling system.
Any messages left in the API managed buffer will be lost upon disabling polling.