System.Bluetooth.TBluetoothSocket.SendData

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

Delphi

procedure SendData(const AData: TBytes);

C++

void __fastcall SendData(const System::DynamicArray<System::Byte> AData);

プロパティ

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


説明

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

関連項目