net_write_command

Function net_write_command 

Source
pub unsafe extern "C" fn net_write_command(
    net: *mut NET,
    command: c_uchar,
    header: *const c_uchar,
    head_len: usize,
    packet: *const c_uchar,
    len: usize,
) -> my_bool