Data.DBXTransport.TTransportFilterTools.NoFilter
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: Data.DBXTransport.pas Data.DBXTransport.hpp
| |
Unit: Data.DBXTransport | |
Parent: TTransportFilterTools |
Delphi
class function NoFilter(const Buffer: TArray<Byte>): TArray<Byte>; static;
C++
static System::DynamicArray<System::Byte> __fastcall NoFilter(const System::DynamicArray<System::Byte> Buffer);
Description
Encodes the header with the NO FILTER PRESENT code.
The NoFilter method encodes the header with the NO FILTER PRESENT code. NoFilter changes the argument and returns it, for convenience.