System.Tether.Manager.TTetheringManagerCommunicationThread.FCommandQueue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FCommandQueue: TCommandQueue;

C++

TCommandQueue* FCommandQueue;

Properties

Type Visibility Source Unit Parent
field protected
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager TTetheringManagerCommunicationThread

Description

Command queue that contains command strings that communication threads generate based on data received from a remote communication thread.

Communication threads are also responsible for picking command strings from the command queue and processing them.

See Also