MultiCam Boards Documentation > MultiCam Documentation > MultiCam ActiveX Reference > Legacy > Controls > ECamera Control > Signal Event

Signal Event

The signal corresponds to a particular event issued from a channel.

[Visual Basic]

object.Signal(
  SignalType As enumMcEventType,
  IDispatch As Object,
  Last As Boolean
)

Parameters

object

An ECamera control object.

SignalType

A signal type as defined by enumMcEventType.

IDispatch

The eVision object that issued the signal.

Last

The information that it is the last acquisition of the sequence or not.

See Also

ECamera Control | enumMcEventType