SetDeviceSimple
Function Usage
It has the same function as SetDevice.
Prototype
APP_ERROR DeviceManager::SetDeviceSimple(DeviceContext device);
Parameter Description
Parameter |
Input/Output |
Description |
|---|---|---|
device |
Input |
Device to be used. |
Return Parameter Description
Data Structure |
Description |
|---|---|
APP_ERROR |
Error code returned during program execution. For details, see the MxBase/ErrorCode/ErrorCode.h file. |
Parent topic: DeviceManager