Gets the controller for a particular channel.

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

Syntax

C#
ISimpleController GetController(
	int chanIndex
)
Visual Basic (Declaration)
Function GetController ( _
	chanIndex As Integer _
) As ISimpleController
Visual C++
ISimpleController^ GetController(
	int chanIndex
)

Parameters

chanIndex
Type: System..::.Int32
Chan index.

Return Value

ISimpleController

See Also