Click or drag to resize

SessionListDevices Method

http://www.emgu.com
Lists all devices in a session

Namespace:  Emgu.TF
Assembly:  Emgu.TF.World (in Emgu.TF.World.dll) Version: 1.13.1.435 (1.13.1.435)
Syntax
public SessionDevice[] ListDevices(
	Status status = null
)

Parameters

status (Optional)
Type: Emgu.TFStatus
The status

Return Value

Type: SessionDevice
All devices in the current session
See Also