Data.DbxSocketChannelNative.TDBXSocketChannel.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.DbxSocketChannelNative.pas
Data.DbxSocketChannelNative.hpp
Data.DbxSocketChannelNative TDBXSocketChannel

Description

Sends bytes into the communication layer.

Data.DbxSocketChannelNative.TDBXSocketChannel.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