System.Net.Socket.TSocket.ConvertFlags

From RAD Studio API Documentation
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