[Overview][Constants][Types][Procedures and functions][Variables] Reference for unit 'Sockets' (#rtl)

fprecvfrom

Alias for the recvfrom call

Declaration

Source position: socketsh.inc line 160

function fprecvfrom(

  s: cint;

  buf: pointer;

  len: size_t;

  flags: cint;

  from: PSockAddr;

  fromlen: psocklen

):ssize_t;