TEAPOLTransport

From Ultibo.org
Jump to: navigation, search

Return to Unit WiFi


Description


To be documented

Class definitions



[Expand]

TEAPOLTransport = class(TNetworkTransport)


Function declarations



[Expand]
constructor TEAPOLTransport.Create(AManager:TTransportManager; const AName:String);
Description: To be documented


[Expand]
destructor TEAPOLTransport.Destroy;
Description: To be documented


[Expand]
function TEAPOLTransport.PacketHandler(AHandle:THandle; ASource,ADest,APacket:Pointer; ASize:Integer; ABroadcast:Boolean):Boolean;
Description: Process a packet received by an Adapter


[Expand]
function TEAPOLTransport.AddAdapter(AAdapter:TNetworkAdapter; AConfigType:Word; AAddress,ANetmask,AGateway,AServer:Pointer):Boolean;
Description: Add an adapter to this transport


[Expand]
function TEAPOLTransport.RemoveAdapter(AAdapter:TNetworkAdapter):Boolean;
Description: Remove an adapter from this transport


[Expand]
function TEAPOLTransport.StartTransport:Boolean;
Description: Start this transport ready for sending and receiving


[Expand]
function TEAPOLTransport.StopTransport:Boolean;
Description: Stop this transport ready for removal


[Expand]
function TEAPOLTransport.ProcessTransport:Boolean;
Description: Process periodic tasks for this transport


[Expand]
function TEAPOLTransport.BindTransport(AAdapter:TNetworkAdapter):Boolean;
Description: Bind this transport to an adapter if appropriate


[Expand]
function TEAPOLTransport.UnbindTransport(AAdapter:TNetworkAdapter):Boolean;
Description: Unbind this transport from an adapter if appropriate


Return to Unit Reference