All Classes Namespaces Files Functions Pages
Layer3.Icmp.EchoSessionInfo Class Reference

Methods

 Description.Get
 Returns a textual description of the object.
 
 Parent.Get
 Returns the parent object.
 
 Refresh.Timestamp.Get
 Gets the timestamp on the server of when the session info was refreshed. More...
 
 Refresh
 Refreshes the session information with the data on the ByteBlower server. More...
 
 Rx.Echo.Replies.Get
 Returns the ICMP Echo replies which were received for the session. More...
 
 Rx.Echo.Requests.Get
 Returns the ICMP Echo requests which were received for the session. More...
 
 Tx.Echo.Replies.Get
 Returns the ICMP Echo replies which were transmitted for the session. More...
 
 Tx.Echo.Requests.Get
 Returns the ICMP Echo requests which were transmitted for the session. More...
 

Class overview

Definition at line 6568 of file api.tcl.

Method documentation

Layer3.Icmp.EchoSessionInfo::Refresh

Refreshes the session information with the data on the ByteBlower server.

Returns
nothing
Example
1 set icmpSessionInfo [ $icmpSession Session.Info.Get ]
2  $icmpSessionInfo Refresh

Returns:

0 

Definition at line 6602 of file api.tcl.

Layer3.Icmp.EchoSessionInfo::Refresh.Timestamp.Get

Gets the timestamp on the server of when the session info was refreshed.

Example
1 set icmpSessionInfo [ $icmpSession Session.Info.Get ]
2  $icmpSessionInfo Refresh.Timestamp.Get

Returns:

1446195139095055368 

Definition at line 6589 of file api.tcl.

Layer3.Icmp.EchoSessionInfo::Rx.Echo.Replies.Get

Returns the ICMP Echo replies which were received for the session.

Returns
The number of ICMP Echo replies which were received during the session
Example
1 set icmpSessionInfo [ $icmpSession Session.Info.Get ]
2  $icmpSessionInfo Rx.Echo.Replies.Get

Returns:

0 

Definition at line 6615 of file api.tcl.

Layer3.Icmp.EchoSessionInfo::Rx.Echo.Requests.Get

Returns the ICMP Echo requests which were received for the session.

Returns
The number of ICMP Echo requests which were received during the session
Example
1 set icmpSessionInfo [ $icmpSession Session.Info.Get ]
2  $icmpSessionInfo Rx.Echo.Requests.Get

Returns:

0 

Definition at line 6628 of file api.tcl.

Layer3.Icmp.EchoSessionInfo::Tx.Echo.Replies.Get

Returns the ICMP Echo replies which were transmitted for the session.

Returns
The number of ICMP Echo replies which were sent during the session
Example
1 set icmpSessionInfo [ $icmpSession Session.Info.Get ]
2  $icmpSessionInfo Tx.Echo.Replies.Get

Returns:

0 

Definition at line 6641 of file api.tcl.

Layer3.Icmp.EchoSessionInfo::Tx.Echo.Requests.Get

Returns the ICMP Echo requests which were transmitted for the session.

Returns
The number of ICMP Echo requests which were sent during the session
Example
1 set icmpSessionInfo [ $icmpSession Session.Info.Get ]
2  $icmpSessionInfo Tx.Echo.Requests.Get

Returns:

0 

Definition at line 6654 of file api.tcl.