[Overview][Constants][Types][Classes] | Reference for unit 'lNet' (#LNet) |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Interface for direct connection components
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; |
|
Interface for direct connection components |
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.
No notes exist for this page yet.