[][src]Function dqcsim::bindings::dqcs_arb_new

#[no_mangle]pub extern "C" fn dqcs_arb_new() -> dqcs_handle_t

Creates a new ArbData object.

Returns the handle of the newly created ArbData. The ArbData is initialized with JSON object {} and an empty binary argument list.

ArbData objects support the handle and arb APIs.