Determines whether the device is connected.

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

Syntax

C#
public void IsDeviceConnected(
	out int connected
)
Visual Basic (Declaration)
Public Sub IsDeviceConnected ( _
	<OutAttribute> ByRef connected As Integer _
)
Visual C++
public:
virtual void IsDeviceConnected(
	[OutAttribute] int% connected
) sealed

Parameters

connected
Type: System..::.Int32 %
Connected.

Implements

IDVCapture..::.IsDeviceConnected(Int32%)

See Also