All Classes Namespaces Files Functions Pages
Layer4.Mld.MulticastListenerSessionInfo Class Reference

Methods

 Description.Get
 Returns a textual description of the object.
 
 Parent.Get
 Returns the parent object.
 
 Refresh.Timestamp.Get
 Retuns the timestamp when the info was last refreshed. More...
 
 Refresh
 Updates the sessionInfo wiht the latest data available from the ByteBlower server. More...
 
 Rx.Get
 Returns the number of received MLD messages by this session. More...
 
 Rx.Queries.Get
 Returns the number of received MLD queries by this session. More...
 
 Rx.V1.Reports.Get
 Returns the number of received MLD v1 Listener reports by this session. More...
 
 Tx.Get
 Returns the number of transmitted MLD messages by this session. More...
 
 Tx.V1.Dones.Get
 Returns the number of received MLD V1 Listeners done by this session. More...
 
 Tx.V1.Reports.Get
 Returns the number of transmitted MLD V1 reports by this session. More...
 
 Tx.V2.Reports.Get
 Returns the number of received MLD queries by this session. More...
 

Class overview

Definition at line 8511 of file api.tcl.

Method documentation

Layer4.Mld.MulticastListenerSessionInfo::Refresh

Updates the sessionInfo wiht the latest data available from the ByteBlower server.

Example
1 $mldMulticastListenerSessionInfo Refresh

Definition at line 8543 of file api.tcl.

Layer4.Mld.MulticastListenerSessionInfo::Refresh.Timestamp.Get

Retuns the timestamp when the info was last refreshed.

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

Returns:

1432805398000000000 

Definition at line 8533 of file api.tcl.

Layer4.Mld.MulticastListenerSessionInfo::Rx.Get

Returns the number of received MLD messages by this session.

Returns
Number of MLD messages received
Example
1 $mldMemberSessionInfo Rx.Get

Returns:

2 

Definition at line 8555 of file api.tcl.

Layer4.Mld.MulticastListenerSessionInfo::Rx.Queries.Get

Returns the number of received MLD queries by this session.

Returns
Number of MLD v1 queries received
Example
1 $mldMulticastListenerSessionInfo Rx.Queries.Get

Returns:

2 

Definition at line 8567 of file api.tcl.

Layer4.Mld.MulticastListenerSessionInfo::Rx.V1.Reports.Get

Returns the number of received MLD v1 Listener reports by this session.

Returns
Number of MLD v1 Listener reports received
Example
1 $mldMulticastListenerSessionInfo Rx.V1.Reports.Get

Returns:

2 

Definition at line 8579 of file api.tcl.

Layer4.Mld.MulticastListenerSessionInfo::Tx.Get

Returns the number of transmitted MLD messages by this session.

Returns
Number of MLD messages Transmitted
Example
1 $mldMulticastListenerSessionInfo Tx.Get

Returns:

2 

Definition at line 8591 of file api.tcl.

Layer4.Mld.MulticastListenerSessionInfo::Tx.V1.Dones.Get

Returns the number of received MLD V1 Listeners done by this session.

Returns
Number of transmitted MLD v1 Listener dones
Example
1 $mldMulticastListenerSessionInfo Tx.V1.Dones.Get

Returns:

2 

Definition at line 8603 of file api.tcl.

Layer4.Mld.MulticastListenerSessionInfo::Tx.V1.Reports.Get

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

Returns
Number of transmitted MLD v1 reports
Example
1 $mldMulticastListenerSessionInfo Tx.V1.Reports.Get

Returns:

2 

Definition at line 8615 of file api.tcl.

Layer4.Mld.MulticastListenerSessionInfo::Tx.V2.Reports.Get

Returns the number of received MLD queries by this session.

Returns
Number of transmitted MLD v2 Listener reports
Example
1 $mldMulticastListenerSessionInfo Tx.V2.Reports.Get

Returns:

2 

Definition at line 8627 of file api.tcl.