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

TGUnixConnection

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

Declaration

Source position: lazgio2.pas line 6901

type TGUnixConnection = object(TGSocketConnection)

  priv2: PGUnixConnectionPrivate;

  

  function receive_credentials();

  

  procedure receive_credentials_async();

  

  function receive_credentials_finish();

  

  function receive_fd();

  

  function send_credentials();

  

  procedure send_credentials_async();

  

  function send_credentials_finish();

  

  function send_fd();

  

end;

Inheritance

TGUnixConnection

  

TGSocketConnection

  

TGIOStream

  

TGObject