CVB.Net 15.0
Loading...
Searching...
No Matches
ISoftwareTrigger Interface Reference

Software trigger interface to trigger image acquisition from the application. More...

Inherits IDeviceInterface.

Public Member Functions

void Send ()
 Generates a software trigger.
 
void Send (int id)
 Generates a software trigger with the specified id for devices supporting different trigger ids.
 

Additional Inherited Members

- Properties inherited from IDeviceInterface
Device Parent [get]
 The Device this interface works on.
 

Detailed Description

Software trigger interface to trigger image acquisition from the application.

Member Function Documentation

◆ Send()

void Send ( int id)

Generates a software trigger with the specified id for devices supporting different trigger ids.

Trigger id s are device/driver specific.

Parameters
idTrigger id; 0 for default.