import "zapIPacketBuffer.idl";
Public Member Functions | |
| void | purge () |
| Purge all currently buffered packets. | |
Public Attributes | |
| attribute unsigned long | maxSize |
| Maximum number of packets to buffer. | |
| attribute unsigned long | minSize |
| Minimum number of packets to maintain in buffer. | |
| readonly attribute unsigned long | currentSize |
| Number of packets currently stored in the buffer. | |
|
|
Purge all currently buffered packets.
|
|
|
Number of packets currently stored in the buffer.
|
|
|
Maximum number of packets to buffer. If this is set to a lower value minSize, liftCount and dropCount will be adjusted if needed. |
|
|
Minimum number of packets to maintain in buffer. If this is set to a higher value maxSize will be adjusted if needed. |
1.4.4