Contents

start

Starts up the packet flow between the queue and its target.

Declaration

virtual bool start();

Return Value

Returns true if the queue was started successfully, false otherwise.

Overview

Called by the target to start the queue. This will allow packets to be removed from the queue, and then delivered to the target.

See Also

Miscellaneous