Click or drag to resize

CommonLightLightChannelStateChangedEventHandler Delegate

Namespace:  MediaCy.Commands.Capture
Assembly:  MediaCy.Commands.Capture (in MediaCy.Commands.Capture.dll) Version: 1.0.0.0
Syntax
VB
Public Delegate Sub LightChannelStateChangedEventHandler ( 
	CaptDevice As IMcCaptureManagerDevice2,
	Channel As Integer,
	ChannelOn As Boolean
)

Parameters

CaptDevice
Type: MediaCy.IQL.Capture.ManagerIMcCaptureManagerDevice2
Channel
Type: SystemInt32
ChannelOn
Type: SystemBoolean
See Also