[][src]Function dqcsim::bindings::dqcs_cmd_iface_get

#[no_mangle]pub extern "C" fn dqcs_cmd_iface_get(cmd: dqcs_handle_t) -> *mut c_char

Returns the interface ID of an ArbCmd.

On success, this returns a newly allocated string containing the JSON string. Free it with free() when you're done with it to avoid memory leaks. On failure, this returns NULL.