System.Tether.Manager.TTetheringManagerCommunicationThread.FCommandQueue

From RAD Studio API Documentation
Revision as of 15:48, 30 March 2016 by AChaves (talk | contribs) (RS-75896)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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