enum ncDeviceState_t

Info Value
Header mvnc.h
Version 2.0
See also struct ncDeviceHandle_t, ncDeviceOption_t, ncDeviceGetOption()

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().