Data.DBXTransport.TDBXLocalChannel.ReadLocalData
Delphi
function ReadLocalData(const Buffer: TArray<Byte>; const Offset: Integer; const Count: Integer): Integer; virtual;
C++
virtual int __fastcall ReadLocalData(const System::DynamicArray<System::Byte> Buffer, const int Offset, const int Count);
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| function | public | Data.DBXTransport.pas Data.DBXTransport.hpp  | 
        Data.DBXTransport | TDBXLocalChannel | 
Description
Reads bytes from the communication layer.
The ReadLocalData method is used to read Count bytes from the Offset index in the communication layer specified as a byte array buffer by the Buffer parameter.