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。
如果您在文档中看到任何不正确、与您对特定功能的实际体验不符或需要进一步澄清的内容,请使用此表单报告文档问题。