TICMP6Buffer
From Ultibo.org
Revision as of 07:12, 20 May 2018 by Ultibo (Talk | contribs) (Created page with "Return to Unit ICMPv6 __TOC__ === Description === ---- ''To be documented'' === Class definitions === ---- <div class="toccolours mw-collapsible mw-coll...")
Return to Unit ICMPv6
Description
To be documented
Class definitions
[Expand]
TICMP6Buffer = class(TSocketBuffer)
Function declarations
[Expand]
function TICMP6Buffer.AddPacket(ASize:Integer):Boolean;
Description: Adds a new Packet as the Last packet in the Buffer
[Expand]
function TICMP6Buffer.RemovePacket:Boolean;
Description: Removes the First packet from the Buffer
[Expand]
procedure TICMP6Buffer.SetSize(ASize:LongWord);
Description: Setting the Size clears any current Packets
[Expand]
function TICMP6Buffer.ReadBuffer(var ABuffer; var ASize:Integer; ARemoteAddress:Pointer; AFlags:Integer):Boolean;
Description: Stored Packet contains the Data and if IP_HDRINCL the Transport Header
[Expand]
function TICMP6Buffer.WriteBuffer(var ABuffer; ASize:Integer; ARemoteAddress:Pointer):Boolean;
Description: Supplied Buffer contains the Data and if IP_HDRINCL the Transport Header
Return to Unit Reference