List of all functions/instructions available in R3 programming language for handling the UDP/IP protocol.
Legend: R = allowed use in Rules - T = allowed use in Tasks - I = Instruction - F = Function (thus has a return value) |
||||
---|---|---|---|---|
Keyword |
R |
T |
F/I |
Description |
R |
T |
F |
Converts IP address from integer to string |
|
R |
T |
F |
Converts IP address from string to integer |
|
R |
T |
F |
Opens an UDP client connection |
|
R |
T |
F |
Opens an UDP server connection |
|
R |
T |
F |
Closes an UDP connection |
|
udp_send() |
R |
T |
F |
Sends an UDP data packet |
R |
T |
F |
Sends an UDP data packet to... |
|
udp_recv() |
R |
T |
F |
Receives an UDP data packet |
R |
T |
F |
Receives an UDP data packet from... |
|
R |
T |
F |
Sends an UDP data packet with notify |
|
R |
T |
F |
Receives an UDP data packet with notify |