help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



[Overview][Constants][Types][Classes] Reference for unit 'lNet' (#LNet)

ILDirect

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

Interface for direct connection components

Declaration

Source position: lnet.pp line 195

type ILDirect = interface

  function Get();

  

Method for getting data from the other side

  function GetMessage();

  

Method for getting string messages from the other side

  function Send();

  

Method used to send data to the other side

  function SendMessage();

  

Method used to send string messages to the other side

end;

Inheritance

ILDirect

  

Interface for direct connection components

Description

This interface specifies those network components which offer a direct connection. Protocols like TCP or UDP fall into this category, since the user can directly send raw data on them. Protocols like SMTP or FTP on the other hand do not, because the data on these protocols is specific, or the transfer is even one sided.

Notes

 No notes exist for this page yet. 





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505