System.Tether.Manager.TTetheringProtocol.ReadData

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

Delphi

function ReadData: TBytes; inline; deprecated 'Use ReceiveData';

C++

System::DynamicArray<System::Byte> __fastcall ReadData _DEPRECATED_ATTRIBUTE1("Use ReceiveData") ();

プロパティ

種類 可視性 ソース ユニット
function public
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager TTetheringProtocol


説明

警告: ReadData は非推奨になっています。 ReceiveData を使用してください。

このメソッドがリモート プロトコルから読み取った、バイト配列を返します。

関連項目