[][src]Function dqcsim::bindings::dqcs_cmd_iface_cmp

#[no_mangle]pub extern "C" fn dqcs_cmd_iface_cmp(
    cmd: dqcs_handle_t,
    iface: *const c_char
) -> dqcs_bool_return_t

Compares the interface ID of an ArbCmd with the given string.

Returns -1 for failure, 0 for no match, or 1 for a match.