Example #1
0
 public static bool Send_Data(byte p_byte_count, ref byte[] p_data_array, bool p_assert_cs, bool p_de_assert_cs, ref string p_script_view)
 {
     return(Basic.Send_SPI_Send_Cmd(p_byte_count, ref p_data_array, p_assert_cs, p_de_assert_cs, ref p_script_view));
 }