Rate and give feedback:
Huawei uses machine translation combined with human proofreading to translate this document to different languages in order to help you better understand the content of this document.
Note: Even the most advanced machine translation cannot match the quality of professional translators.
Huawei shall not bear any responsibility for translation accuracy and it is recommended that you refer to the English document (a link for which has been provided).
dcmi_init Prototype
Syntax
int dcmi_init(void)
Function
This interface is used to initialize all Atlas 300T training card (model 9000) on the server.
Call the initialization API before calling other APIs.
Return Value
Type |
Description |
---|---|
int |
Results:
|
Exception Handling
N/A
Constraints
N/A
Calling Example
...
int ret;
ret = dcmi_init();
...