struct ncFifoHandle_t

Info Value
Header mvnc.h
Version 2.0
See also struct ncDeviceHandle_t, struct ncGraphHandle_t, ncFifoOption_t, ncFifoCreate(), ncFifoAllocate(), ncFifoDestroy(), ncFifoWriteElem(), ncFifoReadElem(), ncFifoRemoveElem(), ncFifoGetOption(), ncFifoSetOption()

Overview

The ncFifoHandle_t struct is an abstraction for a first in, first out queue (FIFO) that is used throughout the API.

Typical Usage

See the C API Overview for more information about typical API usage.