System.Bluetooth.TBluetoothSocket.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 TBluetoothSocket


説明

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

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

DoCloseClose から呼び出されます。

関連項目