pub unsafe extern "C" fn icsneo_disableMessagePolling(
    device: *const neodevice_t
) -> bool
Expand 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.