CVB.Net 14.0
SoftwareTrigger Class Reference

Implementation of the software trigger. More...

Inherits ISoftwareTrigger.

Public Member Functions

 SoftwareTrigger (Device parent)
 Ctor. More...
 
void Send ()
 Send default trigger.
 
void Send (int id)
 Send trigger with id . More...
 
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...
 

Properties

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

Detailed Description

Implementation of the software trigger.

Constructor & Destructor Documentation

◆ SoftwareTrigger()

SoftwareTrigger ( Device  parent)

Ctor.

Parameters
parentInterface parent device.

Member Function Documentation

◆ Send()

void Send ( int  id)

Send trigger with id .

Parameters
idTrigger id.

Implements ISoftwareTrigger.