API:System.Tether.TCPProtocol.TTetheringTCPProtocol.DoSendData
Delphi
procedure DoSendData(const AData: TBytes); override;
C++
virtual void __fastcall DoSendData(const System::Sysutils::TBytes AData);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
protected | System.Tether.TCPProtocol.pas System.Tether.TCPProtocol.hpp |
System.Tether.TCPProtocol | TTetheringTCPProtocol |
Description
Sends data to a connected client.
System.Tether.TCPProtocol.TTetheringTCPProtocol.DoSendData inherits from System.Tether.Manager.TTetheringProtocol.DoSendData. All content below this line refers to System.Tether.Manager.TTetheringProtocol.DoSendData.
- Note: This is an abstract method that technology-specific subclasses of TTetheringProtocol implement.
Sends data to a connected client.