Difference between revisions of "Unit IGMP"
From Ultibo.org
Line 67: | Line 67: | ||
=== Type definitions === | === Type definitions === | ||
+ | ---- | ||
+ | |||
+ | ''To be documented'' | ||
+ | |||
+ | === Class definitions === | ||
---- | ---- | ||
Revision as of 00:32, 20 January 2017
Return to Unit Reference
Contents
[hide]Description
Ultibo IGMP (Internet Group Management Protocol) unit
To be documented
Constants
[Expand]
IGMP specific constants
IGMP_PROTOCOL_*
[Expand]
IGMP constants
IGMP_*
Type definitions
To be documented
Class definitions
To be documented
Public variables
None defined
Function declarations
Initialization functions
IGMP functions
[Expand]
function CheckIGMP(AFamily:Word; ABuffer:Pointer):Boolean;
Description: Verify that the packet is a valid IGMP packet
[Expand]
function GetIGMPHeaderOffset(AFamily:Word; ABuffer:Pointer):Word;
Description: To be documented
[Expand]
function GetIGMPHeaderLength(AFamily:Word; ABuffer:Pointer):Word;
Description: To be documented
[Expand]
function GetIGMPDataOffset(AFamily:Word; ABuffer:Pointer):Word;
Description: To be documented
[Expand]
function GetIGMPDataLength(AFamily:Word; ABuffer:Pointer):Word;
Description: To be documented
[Expand]
function ChecksumIGMP(AFamily:Word; ABuffer:Pointer; AOffset,ALength:Word):Word;
Description: Checksum the IGMP Header on Send / Validate the Checksum on Receive
Return to Unit Reference