System.Bluetooth.TBluetoothSocket.DoReceiveData

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

Delphi

function DoReceiveData(ATimeout: Cardinal): TBytes; virtual; abstract;

C++

virtual System::DynamicArray<System::Byte> __fastcall DoReceiveData(unsigned ATimeout) = 0 ;

プロパティ

種類 可視性 ソース ユニット
function protected
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothSocket


説明

メモ: これは、TBluetoothSocket のプラットフォーム固有のサブクラスで実装される抽象メソッドです。


リモート デバイスから送信されたバイト配列を読み取ります。


ReceiveDataDoReceiveData を呼び出します。

関連項目