pub unsafe extern "C" fn icsneo_setDigitalIO(
device: *const neodevice_t,
type_: neoio_t,
number: u32,
value: bool,
) -> boolExpand description
\brief Get the value of a digital IO for the given device \param[in] device A pointer to the neodevice_t structure specifying the device to operate on. \param[in] type The IO type \param[in] number The index within the IO type, starting from 1 \param[in] value The value which will be written to the IO \returns True if the parameters and connection state are correct to submit the request to the device
Note that this function is not synchronous with the device confirming the change.