Contents

start

Starts up the queue.

Declaration

virtual bool start() = 0;

Return Value

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

Overview

This method is called by the target to start the queue. This will allow packets to be removed from the queue, then delivered to the target.

See Also

Miscellaneous