System.Tether.Manager.TTetheringProtocol.DoSendData
Delphi
procedure DoSendData(const AData: TBytes); virtual; abstract;
C++
virtual void __fastcall DoSendData(const System::DynamicArray<System::Byte> AData) = 0 ;
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| procedure function | protected | System.Tether.Manager.pas System.Tether.Manager.hpp | System.Tether.Manager | TTetheringProtocol | 
Description
- Note: This is an abstract method that technology-specific subclasses of TTetheringProtocol implement.
Sends data to a connected client.