Definition at line 6568 of file api.tcl.
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.