Return to Unit IP
Description
To be documented
Class definitions
[Expand]
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
[Expand]
constructor TIPTransportAdapter.Create;
Description: To be documented
Return to Unit Reference