SPI_exec — 执行一个读/写命令
int SPI_exec(const char * command, long count)
command
count
SPI_exec和 SPI_execute相同,但后者的 read_only参数的值总是取 false。
SPI_exec
SPI_execute
read_only
false
const char * command
命令字符串
long count
最大返回行数,或0表示没有限制。
0
返回值同SPI_execute一样。