SessionListDevices Method |
http://www.emgu.com
Lists all devices in a session
Namespace:
Emgu.TF
Assembly:
Emgu.TF.Net45 (in Emgu.TF.Net45.dll) Version: 1.14.0.569 (1.14.0.569)
Syntaxpublic SessionDevice[] ListDevices(
Status status = null
)
Public Function ListDevices (
Optional status As Status = Nothing
) As SessionDevice()
public:
array<SessionDevice^>^ ListDevices(
Status^ status = nullptr
)
member ListDevices :
?status : Status
(* Defaults:
let _status = defaultArg status null
*)
-> SessionDevice[]
Parameters
- status (Optional)
- Type: Emgu.TFStatus
The status
Return Value
Type:
SessionDeviceAll devices in the current session
See Also