enum ncDeviceState_t
Overview
The ncDeviceState_t enumeration defines states of a neural compute device and associated ncDeviceHandle_t struct, which can be read with ncDeviceGetOption().
Constant |
Description |
NC_DEVICE_CREATED |
The ncDeviceHandle_t struct has been initialized with ncDeviceCreate(), but device communication has not been opened. |
NC_DEVICE_OPENED |
The device handle has been initialized, and device communication has been opened with ncDeviceOpen(). |
NC_DEVICE_CLOSED |
Communication with the device has been closed with ncDeviceClose(). |