[Overview][Constants][Types][Classes] | Reference for unit 'lNet' (#LNet) |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Interface which specifies basic network component
Source position: lnet.pp line 184
type ILComponent = interface |
||
procedure Disconnect; |
|
|
procedure CallAction; |
|
Method to eventize the component |
property SocketClass: TLSocketClass; |
|
Specifies the socket class type for given component |
property Host: String; |
|
Specifies the host to connect to |
property Port: Word; |
|
Specifies the port to connect to |
end; |
|
Interface which specifies basic network component |
This interface is used as the bare minimum specification of any network component. It contains the absolute minimum methods and properties any connection/protocol should contain.
No notes exist for this page yet.