[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazgio2.pas line 6986
type TGUnixFDMessage = object(TGSocketControlMessage) |
||
|
||
function new; |
|
|
function new_with_fd_list(); |
|
|
function append_fd(); |
|
|
function get_fd_list; |
|
|
function steal_fds(); |
|
|
property fd_list: PGUnixFDList; [r] |
|
|
end; |
|
||
|
||
|