Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

There is only one UDP related UDR Type:

  • Packet

Packet UDR

The Packet UDR is the UDR type created by default in the UDP agent and it has the following fields:

FieldDescription
data (bytearray)This field contains the data sent to the UDP agent. It can be assigned in case a packet is sent to the designated host and port.
host (string)This field contains the hostname or IP address to the remote host.
port (int)This field contains the port to the remote host.
  • No labels