[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazgio2.pas line 6901
type TGUnixConnection = object(TGSocketConnection) |
||
|
||
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; |
|
||
|
||
|
||
|