- NCSDK Python API 2.x
- Overview
- Enumerations
- Structures
- Global Functions
- Classes
Fifo.remove_elem()
Info | Value |
---|---|
Package | mvnc |
Module | mvncapi |
Version | 2.0 |
See also | Fifo, Fifo.read_elem(), Fifo.write_elem(), |
Overview
This method is not yet implemented.
This method removes an element from the Fifo when more control is required with regard to queue management.
For the general case when an element is read from a Fifo using Fifo.read_elem() it is also removed.
Syntax
This method is not yet implemented.
fifo.remove_elem()
Parameters
None.
Return
None
Raises
Exception with a status code from Status if underlying function calls return a status other than Status.OK.
Notes
- This method is not yet implemented.
Example
N/A