Controls a simple channel

Namespace:  GrassValley.Mseries.Control
Assembly:  GrassValley.Mseries.Control (in GrassValley.Mseries.Control.dll) Version: 1.0.0.0

Syntax

C#
public interface ISimpleController2 : ITwoHeadPlayerRecorder, 
	ISimplePlayerRecorder, ISimpleController, IDisposable
Visual Basic (Declaration)
Public Interface ISimpleController2 _
	Implements ITwoHeadPlayerRecorder, ISimplePlayerRecorder, ISimpleController, IDisposable
Visual C++
public interface class ISimpleController2 : ITwoHeadPlayerRecorder, 
	ISimplePlayerRecorder, ISimpleController, IDisposable

See Also