System.Net.Socket.TSocket.ConvertFlags

From RAD Studio API Documentation
Revision as of 14:07, 25 March 2015 by Danijelp (talk | contribs) (RS-60535)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Delphi

function ConvertFlags(Flags: TSocketFlags): Integer; inline;

C++

int __fastcall ConvertFlags(TSocketFlags Flags);

Properties

Type Visibility Source Unit Parent
function protected
System.Net.Socket.pas
System.Net.Socket.hpp
System.Net.Socket TSocket

Description

Converts the provided set of socket flags to an Integer value.

ConvertFlags lets you choose a format in which you pass socket flags as a parameter to certain methods (for example, ReceiveFrom or Receive).

See Also