All Classes Namespaces Files Functions Pages
Layer4.Igmp.ProtocolInfo Class Reference

This class represents the info-object of the IGMPProtocol. More...

Methods

 Description.Get
 Returns a textual description of the object.
 
 Parent.Get
 Returns the parent object.
 
 Refresh.Timestamp.Get
 
 Refresh
 Returns the number of received IGMPMessages. More...
 
 Rx.Get
 
 Rx.Queries.Get
 
 Rx.Reports.Get
 
 Rx.V1.Queries.Get
 
 Rx.V1.Reports.Get
 
 Rx.V2.Leaves.Get
 
 Rx.V2.Queries.Get
 
 Rx.V2.Reports.Get
 
 Rx.V3.Queries.Get
 
 Rx.V3.Reports.Get
 
 Tx.Get
 
 Tx.Reports.Get
 
 Tx.V1.Reports.Get
 
 Tx.V2.Leaves.Get
 
 Tx.V2.Reports.Get
 
 Tx.V3.Reports.Get
 

Class overview

This class represents the info-object of the IGMPProtocol.

It has various counters in reference to IGMP traffic on this ByteBlower port.

Example
1 $portLayer3 Protocol.Igmp.Get

Returns:

<Layer4.Igmp object> 
1 $igmpProtocol Protocol.Info.Get
1 <Layer4.Igmp.ProtocolInfo object>

Definition at line 7829 of file api.tcl.

Method documentation

Layer4.Igmp.ProtocolInfo::Refresh

Returns the number of received IGMPMessages.

Returns
number of IGMPMessages
Example
1 $igmpProtocolInfo Rx.Get()

Returns:

10 

Definition at line 7856 of file api.tcl.