Difference between revisions of "TARPConfig"
From Ultibo.org
(Created page with "Return to Unit DHCP __TOC__ === Description === ---- ''To be documented'' === Class definitions === ---- <div class="toccolours mw-collapsible mw-collapse...") |
(No difference)
|
Latest revision as of 05:13, 2 May 2018
Return to Unit DHCP
Description
To be documented
Class definitions
[Expand]
TARPConfig = class(TNetworkConfig)
Function declarations
[Expand]
function TARPConfig.ConfigHandler(AHandle:THandle; AAdapter:TTransportAdapter; ACommand:Word):Boolean;
Description: Process a network config request from a Transport
[Expand]
function TARPConfig.AddTransport(ATransport:TNetworkTransport):Boolean;
Description: Add a transport to this config
[Expand]
function TARPConfig.RemoveTransport(ATransport:TNetworkTransport):Boolean;
Description: Remove a transport from this config
[Expand]
function TARPConfig.ProcessConfig:Boolean;
Description: Process periodic tasks for this config
Return to Unit Reference