SPI_exec

SPI_exec — 执行一个读/写命令

Synopsis

int SPI_exec(const char * command, long count)

描述

SPI_execSPI_execute相同,但后者的 read_only参数的值总是取 false

Arguments

const char * command

命令字符串

long count

最大返回行数,或0表示没有限制。

返回值

返回值同SPI_execute一样。