SessionListDevices Method |
https://www.emgu.com/wiki/index.php/Emgu_TF
Lists all devices in a session
Namespace:
Emgu.TF
Assembly:
Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
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