imgPulseStart
- 已更新2023-02-21
- 閱讀時間為 1 分鐘
Usage
rval imgPulseStart(PULSE_ID pid, SESSION_ID sid);
Purpose
Arms a pulse.
Parameters
| Name | Type | Direction |
| pid | PULSE_ID | input |
| sid | SESSION_ID | input |
| rval | Int32 | output |
Parameter Discussion
pid: ID of the pulse to arm.
sid: valid SESSION_ID.
Return Value
This function returns 0 on success. On failure, this function returns an error code. For information about the error code, call imgShowError.