API:System.Tether.TCPProtocol.TTetheringTCPProtocol.DoReceiveData

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function DoReceiveData: TBytes; override;

C++

virtual System::DynamicArray<System::Byte> __fastcall DoReceiveData();

プロパティ

種類 可視性 ソース ユニット
function protected
System.Tether.TCPProtocol.pas
System.Tether.TCPProtocol.hpp
System.Tether.TCPProtocol TTetheringTCPProtocol

説明

データを受け取ります。

System.Tether.TCPProtocol.TTetheringTCPProtocol.DoReceiveData は System.Tether.Manager.TTetheringProtocol.DoReceiveData を継承しています。以下の内容はすべて System.Tether.Manager.TTetheringProtocol.DoReceiveData を参照しています。

メモ: これは、TTetheringProtocol のテクノロジ固有のサブクラスで実装される抽象メソッドです。

データを受け取ります。

関連項目