Definition at line 7132 of file api.tcl.
Layer3.Icmpv6.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 7168 of file api.tcl.
Layer3.Icmpv6.EchoSessionInfo::Refresh.Timestamp.Get |
Gets the timestamp on the server of when the session info was refreshed.
- Returns
- Returns the timestamp of the refresh
- Example
1 set icmpSessionInfo [ $icmpSession Session.Info.Get ]
2 $icmpSessionInfo Refresh.Timestamp.Get
Returns:
1446195139095055368
Definition at line 7155 of file api.tcl.
Layer3.Icmpv6.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 7181 of file api.tcl.
Layer3.Icmpv6.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 7194 of file api.tcl.
Layer3.Icmpv6.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 7207 of file api.tcl.
Layer3.Icmpv6.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 7220 of file api.tcl.