CVB.Net 14.0
All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
ISoftwareTrigger Interface Reference

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

Inherits IDeviceInterface.

Inherited by SoftwareTrigger.

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. More...
 

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.