Data.DBXTransport.TTransportFilterTools.NoFilter

From RAD Studio API Documentation
Jump to: navigation, search

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);

Properties

Type Visibility Source Unit Parent
function public
Data.DBXTransport.pas
Data.DBXTransport.hpp
Data.DBXTransport TTransportFilterTools

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.

See Also