pub unsafe extern "C" fn indigo_attach_device(
device: *mut indigo_device,
) -> indigo_resultExpand description
Attach device to bus. Return value of attach() callback function is assigned to last_result in device structure.
pub unsafe extern "C" fn indigo_attach_device(
device: *mut indigo_device,
) -> indigo_resultAttach device to bus. Return value of attach() callback function is assigned to last_result in device structure.