UDP Related UDR Types(3.0)
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:
Field | Description |
---|---|
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. |