SoftwareTrigger

Initialize the software trigger and trigger it. The initialization step is skipped if it was executed before.

Syntax

Definition:

HRESULT SoftwareTrigger(
    bool bSplitConcatenatedCommands,
    bool bOmitAcknowledgement
)

Parameters

Name

Type

Description

bSplitConcatenatedCommands

bool

If true, multi-read and multi-write commands are split into sequences of single read and single write commands, respectively.

bOmitAcknowledgement

bool

Indicates that no acknowledge packet should be requested.

SoftwareTrigger 1: Return value

HRESULT