TIGMPBuffer

From Ultibo.org
Jump to: navigation, search

Return to Unit IGMP


Description


To be documented

Class definitions



[Expand]

TIGMPBuffer = class(TSocketBuffer)


Function declarations



[Expand]
constructor TIGMPBuffer.Create(ASocket:TTransportSocket);
Description: To be documented


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


[Expand]
function TIGMPBuffer.AddPacket(ASize:Integer):Boolean;
Description: Adds a new Packet as the Last packet in the Buffer


[Expand]
function TIGMPBuffer.RemovePacket:Boolean;
Description: Removes the First packet from the Buffer


[Expand]
procedure TIGMPBuffer.FlushPackets;
Description: To be documented


[Expand]
procedure TIGMPBuffer.SetSize(ASize:LongWord);
Description: Setting the Size clears any current Packets


[Expand]
function TIGMPBuffer.GetNext:Integer;
Description: To be documented


[Expand]
function TIGMPBuffer.GetCount:LongWord;
Description: To be documented


[Expand]
function TIGMPBuffer.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 TIGMPBuffer.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