MultiCam Boards Documentation > MultiCam Documentation > MultiCam .NET Reference > Legacy > Classes > Channel Class > Channel.WaitForSignal Method

Channel.WaitForSignal Method

Waits for a MultiCam signal and provides, when the signal is issued, the corresponding SignalInfo object.

[C#]

void Channel.WaitForSignal(
  System.Int32 signal,
  System.Int32 timeout,
  Euresys.MultiCam.SignalInfo info
);

Parameters

signal

Identifier of the signal.

timeout

Time-out value, expressed in milliseconds (ms).

info

SignalInfo object corresponding to the signal.

See Also

Channel Class | Channel.GetSignalInfo | SignalInfo Class