Data.DBXTransportFilter.TDBXFilterSocketChannel.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.DBXTransportFilter.pas
Data.DBXTransportFilter.hpp
Data.DBXTransportFilter TDBXFilterSocketChannel

Description

Sends bytes into the communication layer.

Write writes bytes and implements the handshake protocol.

See Also