[][src]Function vigem_sys::binds::vigem_target_add

pub unsafe extern "C" fn vigem_target_add(
    vigem: PVIGEM_CLIENT,
    target: PVIGEM_TARGET
) -> VIGEM_ERROR

\fn VIGEM_ERROR vigem_target_add(PVIGEM_CLIENT vigem, PVIGEM_TARGET target);

\brief Adds a provided target device to the bus driver, which is equal to a device plug-in event of a physical hardware device. This function blocks until the target device is in full operational mode.

\author Benjamin "Nefarius" H�glinger \date 28.08.2017

\param vigem The driver connection object. \param target The target device object.

\return A VIGEM_ERROR.