[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'LazGio2' (#lcl)

TGUnixFDMessage

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: lazgio2.pas line 6986

type TGUnixFDMessage = object(TGSocketControlMessage)

  priv1: PGUnixFDMessagePrivate;

  

  function new;

  

  function new_with_fd_list();

  

  function append_fd();

  

  function get_fd_list;

  

  function steal_fds();

  

  property fd_list: PGUnixFDList; [r]

  

end;

Inheritance

TGUnixFDMessage

  

TGSocketControlMessage

  

TGObject