|
MCU
|
#include <QNEthernet.h>

Go to the source code of this file.
Namespaces | |
| namespace | EthParams |
Functions | |
| const IPAddress | EthParams::default_MCU_ip (192, 168, 1, 30) |
| const IPAddress | EthParams::default_TCU_ip (192, 168, 1, 69) |
| const IPAddress | EthParams::default_netmask (255, 255, 255, 0) |
| const IPAddress | EthParams::default_gateway (192, 168, 0, 1) |
Variables | |
| uint8_t | EthParams::default_MCU_MAC_address [6] |
| const uint16_t | EthParams::default_protobuf_send_port = 2001 |
| const uint16_t | EthParams::default_protobuf_recv_port = 2000 |
| const uint16_t | EthParams::default_buffer_size = 512 |