Data.DBXTransportFilter.TDBXFilterSocketChannel.Write
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: Data.DBXTransportFilter.pas Data.DBXTransportFilter.hpp
| |
Unit: Data.DBXTransportFilter | |
Parent: TDBXFilterSocketChannel |
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);
Description
Sends bytes into the communication layer.
Write writes bytes and implements the handshake protocol.