System.Bluetooth.TBluetoothSocket.ReadData

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function ReadData: TBytes; overload; inline; deprecated 'Use ReceiveData';
function ReadData(ATimeout: Cardinal): TBytes; overload; inline; deprecated 'Use ReceiveData';

C++

System::DynamicArray<System::Byte> __fastcall ReadData _DEPRECATED_ATTRIBUTE1("Use ReceiveData") ()/* overload */;
System::DynamicArray<System::Byte> __fastcall ReadData _DEPRECATED_ATTRIBUTE1("Use ReceiveData") (unsigned ATimeout)/* overload */;

Propriétés

Type Visibilité  Source Unité  Parent
function public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothSocket


Description

Avertissement : ReadData est obsolète. Veuillez utiliser ReceiveData.

Lit un tableau d'octets envoyé par le périphérique distant.

Voir aussi