enum ncFifoType_t
Info | Value |
---|---|
Header | mvnc.h |
Version | 2.0 |
See also | ncFifoOption_t, ncFifoGetOption(), ncFifoSetOption() |
Overview
FifoType is an enumeration that defines FIFO access types, which can be read with ncFifoGetOption() or set with ncFifoSetOption().
Constant | Description |
---|---|
NC_FIFO_HOST_RO | API can only read. Graphs can read/write. This type should be used for output FIFOs. |
NC_FIFO_HOST_WO | API can only write. Graph can only read. This type should be used for input FIFOs. |