Difference between revisions of "TIP6TransportAdapter"
From Ultibo.org
(Created page with "Return to Unit IPv6 __TOC__ === Description === ---- ''To be documented'' === Class definitions === ---- <div class="toccolours mw-collapsible mw-collapse...") |
(No difference)
|
Latest revision as of 04:55, 22 May 2018
Return to Unit IPv6
Description
To be documented
Class definitions
TIP6TransportAdapter = class(TTransportAdapter)
constructor Create;
|
|
private
| |
Address:TIn6Addr;
|
|
Netmask:TIn6Addr;
|
|
Gateway:TIn6Addr;
|
|
Network:TIn6Addr;
|
|
Directed:TIn6Addr;
|
|
Server:TIn6Addr;
|
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:TIn6Addr;
|
|
ConfigNetmask:TIn6Addr;
|
|
ConfigGateway:TIn6Addr;
|
|
ConfigServer:TIn6Addr;
|
Function declarations
constructor TIP6TransportAdapter.Create;
Description: To be documented
Note | None documented |
---|
Return to Unit Reference