MultiCam Boards Documentation > MultiCam Documentation > MultiCam C Reference > Functions > Signaling > McGetSignalInfo

McGetSignalInfo

Returns the information structure associated with the last occurrence of a MultiCam signal.

[C]

MCSTATUS McGetSignalInfo(
  MCHANDLE Instance,
  MCSIGNAL Signal,
  PMCSIGNALINFO SignalInformation
);

Parameters

Instance

Handle of the channel or processor instance that generates the signal.

Signal

Identifier of the signal.

SignalInformation

Signal information structure pointer. The structure is updated with the signal information when the function completes successfully.

See Also

Signaling