跳转至

TCommandListStopParameter

指令流停止参数结构体

结构体说明:

typedef struct
{
    short halt;
    short reserve1[15];
} TCommandListStopParameter;
halt:停止过程中是否允许再次启动,0:不允许,1:允许。
条件触发后,再次调用启动指令流无效,只有清除指令流数据时后,重新压数据才允许再次启动指令流。
reserve1:保留参数,必须为0。

注意事项: