System.Bluetooth.TBluetoothServerSocket.DoClose

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

Delphi

procedure DoClose; virtual; abstract;

C++

virtual void __fastcall DoClose() = 0 ;

プロパティ

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


説明

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

このソケットを閉じます。

DoCloseClose から呼び出されます。

DoClose を使用すると、DoAccept の呼び出しを別のスレッドから中止できます。

関連項目