SPI_exec -- 执行一个读/写命令
int SPI_exec(const char * command, long count)
SPI_exec和SPI_execute一样, 只是相当于后者的read_only参数总是false。
SPI_exec
SPI_execute
read_only
false
const char * command
const char *
command
包含需要执行的命令的字符串
long count
long
count
返回的最大行数,或者没有限制时为0
0
参见SPI_execute。