System.Tether.Manager.TTetheringProtocol.SendData

提供: RAD Studio API Documentation
2015年9月15日 (火) 23:14時点におけるL10nBot (トーク | 投稿記録)による版 (fixed links)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先: 案内検索

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::Sysutils::TBytes AData)/* overload */;

プロパティ

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


説明

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

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

関連項目