Data.DBXTransportFilter.TDBXFilterSocketChannel.GetFlag
[–] Properties | |
---|---|
Type: function | |
Visibility: protected | |
Source: Data.DBXTransportFilter.pas Data.DBXTransportFilter.hpp
| |
Unit: Data.DBXTransportFilter | |
Parent: TDBXFilterSocketChannel |
Delphi
function GetFlag: Integer; virtual;
C++
virtual int __fastcall GetFlag();
Description
Returns the status flag for the byte stream.
The GetFlag method returns the byte stream's status flag. The following table lists the possible return values for GetFlag:
Value | Meaning |
---|---|
0 |
PENDENT--no decision has been made yet. |
-1 |
REGULAR--regular byte stream. |
1 |
FILTERED--filtered byte stream. |