Return to Unit IPv6
Description
To be documented
Class definitions
[Expand]
TIP6TransportBinding = class(TTransportBinding)
constructor Create;
|
|
public
|
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
[Expand]
constructor TIP6TransportBinding.Create;
Description: To be documented
Return to Unit Reference