System.Tether.Manager.TTetheringManagerCommunicationThread.TCommandQueue.Dequeue
Delphi
function Dequeue: string;
C++
System::UnicodeString __fastcall Dequeue();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | System.Tether.Manager.pas System.Tether.Manager.hpp |
System.Tether.Manager | TCommandQueue |
Description
Removes a command from the queue and returns it. If there are no commands in the queue, returns an empty string.
- Note: This function locks the queue and ensures that no other function can change the state of the queue until this function finishes.