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

InfoObject of the IGMPSession. Contains various stats of the IGMPSession. More...

Methods

 Description.Get
 Returns a textual description of the object.
 
 Parent.Get
 Returns the parent object.
 
 Refresh.Timestamp.Get
 Returns the timestamp when the counters of this object where last refreshed. More...
 
 Refresh
 Update the sessionInfo with the latest data available from the ByteBlower server. More...
 
 Rx.Get
 Returns the number of IGMP messages received by this session. More...
 
 Rx.Queries.Get
 Returns the number of received IGMP queries by this session. More...
 
 Rx.V1.Reports.Get
 Returns the number of transmitted IGMP V2 reports by this session. More...
 
 Rx.V2.Reports.Get
 Returns the number of transmitted IGMP V2 reports by this session. More...
 
 Tx.Get
 Returns the number of IGMP messages transmitted by this session. More...
 
 Tx.V1.Reports.Get
 Returns the number of transmitted IGMP V1 reports by this session. More...
 
 Tx.V2.Leaves.Get
 Returns the number of transmitted IGMP V2 leaves by this session. More...
 
 Tx.V2.Reports.Get
 Returns the number of transmitted IGMP V2 reports by this session. More...
 
 Tx.V3.Reports.Get
 Returns the number of transmitted IGMP V3 reports by this session. More...
 

Class overview

InfoObject of the IGMPSession. Contains various stats of the IGMPSession.

Example
1 set IGMPSessionInfoObject [ $igmpSession Session.Info.Get ]

Definition at line 7674 of file api.tcl.

Method documentation

Layer4.Igmp.MemberSessionInfo::Refresh

Update the sessionInfo with the latest data available from the ByteBlower server.

Example
1 $igmpMemberSessionInfo Refresh

Definition at line 7706 of file api.tcl.

Layer4.Igmp.MemberSessionInfo::Refresh.Timestamp.Get

Returns the timestamp when the counters of this object where last refreshed.

Returns
RefreshTimestamp in nanoseconds
Example
1 $igmpMemberSessionInfo Refresh.Timestamp.Get

Returns:

1432805398000000000 

Definition at line 7696 of file api.tcl.

Layer4.Igmp.MemberSessionInfo::Rx.Get

Returns the number of IGMP messages received by this session.

Returns
sasdf
Example
1 $igmpMemberSessionInfo Rx.Get

Returns:

2 

Definition at line 7718 of file api.tcl.

Layer4.Igmp.MemberSessionInfo::Rx.Queries.Get

Returns the number of received IGMP queries by this session.

Returns
Number of IGMP v1 queries received
Example
1 $igmpMemberSessionInfo Rx.Queries.Get

Returns:

2 

Definition at line 7730 of file api.tcl.

Layer4.Igmp.MemberSessionInfo::Rx.V1.Reports.Get

Returns the number of transmitted IGMP V2 reports by this session.

Returns
Number of IGMP v1 reports received
Example
1 $igmpMemberSessionInfo Rx.V1.Reports.Get

Returns:

2 

Definition at line 7742 of file api.tcl.

Layer4.Igmp.MemberSessionInfo::Rx.V2.Reports.Get

Returns the number of transmitted IGMP V2 reports by this session.

Returns
Number of IGMP v2 reports received
Example
1 $igmpMemberSessionInfo Rx.V2.Reports.Get

Returns:

2 

Definition at line 7754 of file api.tcl.

Layer4.Igmp.MemberSessionInfo::Tx.Get

Returns the number of IGMP messages transmitted by this session.

Returns
Number of IGMP messages transmitted
Example
1 $igmpMemberSessionInfo Tx.Get

Returns:

3 

Definition at line 7766 of file api.tcl.

Layer4.Igmp.MemberSessionInfo::Tx.V1.Reports.Get

Returns the number of transmitted IGMP V1 reports by this session.

Returns
Number of IGMP v1 reports transmitted
Example
1 $igmpMemberSessionInfo Tx.V1.Reports.Get

Returns:

0 

Definition at line 7778 of file api.tcl.

Layer4.Igmp.MemberSessionInfo::Tx.V2.Leaves.Get

Returns the number of transmitted IGMP V2 leaves by this session.

Returns
Number of IGMP v2 leaves transmitted
Example
1 $igmpMemberSessionInfo Tx.V2.Leaves.Get

Returns:

0 

Definition at line 7790 of file api.tcl.

Layer4.Igmp.MemberSessionInfo::Tx.V2.Reports.Get

Returns the number of transmitted IGMP V2 reports by this session.

Returns
Number of IGMP v2 reports transmitted
Example
1 $igmpMemberSessionInfo Tx.V2.Reports.Get

Returns:

0 

Definition at line 7802 of file api.tcl.

Layer4.Igmp.MemberSessionInfo::Tx.V3.Reports.Get

Returns the number of transmitted IGMP V3 reports by this session.

Returns
Number of IGMP v3 reports transmitted
Example
1 $igmpMemberSessionInfo Tx.V3.Reports.Get

Returns:

0 

Definition at line 7814 of file api.tcl.