TIPTransportAdapter
From Ultibo.org
Revision as of 02:59, 22 May 2018 by Ultibo (Talk | contribs) (Created page with "Return to Unit IP __TOC__ === Description === ---- ''To be documented'' === Class definitions === ---- <div class="toccolours mw-collapsible mw-collapsed" s...")
Return to Unit IP
Description
To be documented
Class definitions
TIPTransportAdapter = class(TTransportAdapter)
constructor Create;
|
|
public
| |
Address:TInAddr;
|
|
Netmask:TInAddr;
|
|
Gateway:TInAddr;
|
|
Network:TInAddr;
|
|
Directed:TInAddr;
|
|
Server:TInAddr;
|
DHCP Server |
LeaseTime:LongWord;
|
DHCP Lease Time |
RetryTime:Int64;
|
DHCP Retry Time |
ExpiryTime:Int64;
|
DHCP Expiry Time |
RenewalTime:Int64;
|
DHCP Renewal Time |
RebindingTime:Int64;
|
DHCP Rebinding Time |
ConfigDefault:Word;
|
BOOTP/DHCP/RARP/STATIC/PSEUDO/LOOPBACK |
ConfigAddress:TInAddr;
|
|
ConfigNetmask:TInAddr;
|
|
ConfigGateway:TInAddr;
|
|
ConfigServer:TInAddr;
|
Function declarations
constructor TIPTransportAdapter.Create;
Description: To be documented
Note | None documented |
---|
Return to Unit Reference