Function librist_sys::rist_receiver_nack_type_set[][src]

pub unsafe extern "C" fn rist_receiver_nack_type_set(
    ctx: *mut rist_ctx,
    nacks_type: rist_nack_type
) -> c_int

@brief Configure nack type

Choose the nack type used by the receiver.

@param ctx RIST receiver context @param nack_type 0 for range (default), 1 for bitmask @return 0 on success, -1 on error