Please enable JavaScript to view this site.

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

ipaddr_to_str()

R

T

F

Converts IP address from integer to string

str_to_ipaddr()

R

T

F

Converts IP address from string to integer

udp_open_client()

R

T

F

Opens an UDP client connection

udp_open_server()

R

T

F

Opens an UDP server connection

udp_close()

R

T

F

Closes an UDP connection

udp_send()

R

T

F

Sends an UDP data packet

udp_send_to()

R

T

F

Sends an UDP data packet to...

udp_recv()

R

T

F

Receives an UDP data packet

udp_recv_from()

R

T

F

Receives an UDP data packet from...

udp_send_notify()

R

T

F

Sends an UDP data packet with notify

udp_recv_notify()

R

T

F

Receives an UDP data packet with notify

 

  

Keyboard Navigation

F7 for caret browsing
Hold ALT and press letter

This Info: ALT+q
Page Header: ALT+h
Topic Header: ALT+t
Topic Body: ALT+b
Contents: ALT+c
Search: ALT+s
Exit Menu/Up: ESC