API:Data.DBXTransport.TDBXLocalChannel.Write

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

virtual int __fastcall Write(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

Sends bytes into the communication layer.

Data.DBXTransport.TDBXLocalChannel.Write inherits from Data.DBXTransport.TDbxChannel.Write. All content below this line refers to Data.DBXTransport.TDbxChannel.Write.

Sends bytes into the communication layer.

Write sends bytes into the communication layer.

See Also