System.Bluetooth.TBluetoothSocket.DoSendData

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

Delphi

procedure DoSendData(const AData: TBytes); virtual; abstract;

C++

virtual void __fastcall DoSendData(const System::DynamicArray<System::Byte> AData) = 0 ;

プロパティ

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


説明

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

指定されたバイト配列をリモート デバイスに送信します。

DoSendDataSendData から呼び出されます。

関連項目