pub unsafe extern "C" fn LeapOpenConnection(
    hConnection: LEAP_CONNECTION
) -> eLeapRS
Expand description

\ingroup Functions Opens a connection to the service.

This routine will not block. A connection to the service will not be established until the first invocation of LeapPollConnection.

@param hConnection A handle to the connection object, created by LeapCreateConnection(). @returns The operation result code, a member of the eLeapRS enumeration. @since 3.0.0