ISoftwareTrigger Interface

CVB.Net Documentation
Software trigger interface to trigger image acquisition from the application.

Namespace:  Stemmer.Cvb.Driver
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public interface ISoftwareTrigger : IDeviceInterface

The ISoftwareTrigger type exposes the following members.

Properties

  NameDescription
Public propertyParent
The Device this interface works on.
(Inherited from IDeviceInterface.)
Top
Methods

  NameDescription
Public methodSend
Generates a software trigger.
Public methodSend(Int32)
Generates a software trigger with the specified id for devices supporting different trigger ids.
Top
See Also

Reference