Function ntcore_sys::NT_SetEntryBooleanArray [] [src]

pub unsafe extern "C" fn NT_SetEntryBooleanArray(
    entry: NT_Entry,
    time: u64,
    arr: *const c_int,
    size: usize,
    force: NT_Bool
) -> NT_Bool

Set Entry Boolean Array Sets an entry boolean array. If the entry name is not currently assigned to a boolean array, returns error unless the force parameter is set.

@param entry entry handle @param time timestamp @param arr boolean array to write @param size number of elements in the array @param force 1 to force the entry to get overwritten, otherwise 0 @return 0 on error (type mismatch), 1 on success