UDP Related UDR Types

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. It can be viewed in the UDR Internal Format Browser. To open the browser, open an APL Editor, right click in the editing area  and select UDR Assistance... and the browser will open .

 

Packet UDR

Packet UDR

FieldDescription
data (bytearray)This field contains the data sent to the UDP agent. 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.