Obtaining the Number of Devices
Obtains the number of devices. This API is defined in c_graph.h.
Syntax
HIAI_StatusT HIAI_GetDeviceNum(uint32_t *devCount);
Parameter Description
Parameter |
Description |
Value Range |
---|---|---|
devCount |
Pointer to the number of output devices |
- |
Return Value
For details about the returned error codes, see "Error Codes."
Error Codes
No. |
Error Level |
Error Code |
Description |
---|---|---|---|
1 |
HIAI_INFO |
HIAI_OK |
The running is OK. |
2 |
HIAI_ERROR |
HIAI_GRAPH_GET_DEVNUM_ERROR |
There is an error in obtaining the number of devices. |
Calling Example
uint32_t dev_count; HIAI_GetDeviceNum(&dev_count);
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot