Data.DbxSocketChannelNative.TDBXSocketChannel.Read

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
Data.DbxSocketChannelNative.pas
Data.DbxSocketChannelNative.hpp
Unit: Data.DbxSocketChannelNative
Parent: TDBXSocketChannel

Delphi

function Read(const Buffer: TArray<Byte>; const Offset: Integer; const Count: Integer): Integer; override;

C++

virtual int __fastcall Read(const System::DynamicArray<System::Byte> Buffer, const int Offset, const int Count);

Description

Reads bytes from the communication layer.

Data.DbxSocketChannelNative.TDBXSocketChannel.Read inherits from Data.DBXTransport.TDbxChannel.Read. All content below this line refers to Data.DBXTransport.TDbxChannel.Read.

Reads bytes from the communication layer.

Read reads bytes from the communication layer.

See Also