Info | Value |
---|---|
Package | mvnc |
Module | mvncapi |
Version | 2.0 |
See also | Fifo, Fifo.read_elem(), Fifo.write_elem(), |
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.
This method is not yet implemented.
fifo.remove_elem()
None.
None
Exception with a status code from Status if underlying function calls return a status other than Status.OK.
N/A