System.Tether.Manager.TTetheringProtocol.SendData

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

Delphi

procedure SendData(const AData: string); overload; inline;
procedure SendData(const AData: TBytes); overload;

C++

void __fastcall SendData(const System::UnicodeString AData)/* overload */;
void __fastcall SendData(const System::DynamicArray<System::Byte> AData)/* overload */;

プロパティ

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


説明

リモート プロトコルへ指定されたデータを送信します。

AData は、バイト配列または文字列の場合があります。

関連項目