System.Bluetooth.TBluetoothSocket.ReadData
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") (void)/* 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.