CVB.Net 14.0
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.