type property

String? type
getter/setter pair

The type of packets for which inter-packet intervals were computed. Possible string values are:

  • "LOOPBACK" : Only applies to Echo packets. This shows the intervals between sending and receiving the same packet.
  • "RECEIVE" : Intervals between received packets.
  • "TRANSMIT" : Intervals between transmitted packets.
  • "TYPE_UNSPECIFIED"

Implementation

core.String? type;