TIP6TransportBinding
From Ultibo.org
Revision as of 04:55, 22 May 2018 by Ultibo (Talk | contribs) (Created page with "Return to Unit IPv6 __TOC__ === Description === ---- ''To be documented'' === Class definitions === ---- <div class="toccolours mw-collapsible mw-collapse...")
Return to Unit IPv6
Description
To be documented
Class definitions
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
constructor TIP6TransportBinding.Create;
Description: To be documented
Note | None documented |
---|
Return to Unit Reference