Function wpilib_sys::bindings::HAL_WaitForDSDataTimeout
source · Expand description
Waits for the newest DS packet to arrive. If timeout is <= 0, this will wait forever. Otherwise, it will wait until either a new packet, or the timeout time has passed.
@param timeout timeout in seconds @return true for new data, false for timeout