Definition at line 21 of file UDPHelper_ARDUINO.h.
|
bool | begin (uint16_t port) |
|
uint16_t | receive_frame (uint8_t *data, uint16_t max_length) |
|
void | send_frame (uint8_t *data, uint16_t length, IPAddress remote_ip, uint16_t remote_port) |
|
void | send_response (uint8_t *data, uint16_t length) |
|
void | send_response (uint8_t response) |
|
void | send_frame (uint8_t *data, uint16_t length, uint8_t remote_ip[], uint16_t remote_port) |
|
void | send_frame (uint8_t *data, uint16_t length) |
|
void | set_magic_header (uint32_t magic_header) |
|
void | get_sender (uint8_t *ip, uint16_t &port) |
|
bool | begin (uint16_t port) |
|
uint16_t | receive_frame (uint8_t *string, uint16_t max_length) |
|
void | send_frame (const uint8_t *string, uint16_t length, const sockaddr_in &remote_addr) |
|
void | send_response (uint8_t *string, uint16_t length) |
|
void | send_response (uint8_t response) |
|
void | send_frame (const uint8_t *string, uint16_t length) |
|
void | send_frame (const uint8_t *string, uint16_t length, uint8_t *remote_ip, uint16_t remote_port) |
|
void | set_magic_header (uint32_t magic_header) |
|
void | get_sender (uint8_t *ip, uint16_t &port) |
|
The documentation for this class was generated from the following files: