API:Datasnap.DSTCPServerTransport.TDSTCPChannel.Write

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
Datasnap.DSTCPServerTransport.pas
Datasnap.DSTCPServerTransport.hpp
Unit: Datasnap.DSTCPServerTransport
Parent: TDSTCPChannel

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.

Datasnap.DSTCPServerTransport.TDSTCPChannel.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