TIP6TransportAdapter

From Ultibo.org
Jump to: navigation, search

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