- NCSDK Python API 2.x
- Overview
- Enumerations
- Structures
- Global Functions
- Classes
class FifoType(enum.Enum)
Info | Value |
---|---|
Package | mvnc |
Module | mvncapi |
Version | 2.0 |
See also | Fifo, FifoOption, Fifo.get_option(), Fifo.set_option() |
FifoType is an enumeration that defines Fifo access types, which can be read with Fifo.get_option() or set with Fifo.set_option().
Enumeration Member | Description |
---|---|
HOST_RO | API can only read. Graphs can read/write. This type should be used for output Fifos. |
HOST_WO | API can only write. Graphs can only read. This type should be used for input Fifos. |