Difference between revisions of "TIPTransportBinding"
From Ultibo.org
								
												
				|  (Created page with "Return to Unit IP   __TOC__  === Description === ----  ''To be documented''  === Class definitions === ----   <div class="toccolours mw-collapsible mw-collapsed" s...") | 
| (No difference) | 
Latest revision as of 03:00, 22 May 2018
Return to Unit IP
Description
To be documented
Class definitions
TIPTransportBinding = class(TTransportBinding)
| 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
constructor TIPTransportBinding.Create;
Description: To be documented
| Note | None documented | 
|---|
Return to Unit Reference

