30 #define LOG_RX_PACKETS 32
61 #define E_NET_WRXMAC ( E_NET + 0x01 )
62 #define E_NET_WRXMAC_DESCR "Could not retrieve MAC"
78 bool netMuxDest(uint32_t destIp, uint16_t * destMac);
bool netIpValid()
Returns whether or not the Ip is valid.
PacketLog_t * getPacketLog(uint32_t pos)
Get packet log at position pos.
bool netMuxDest(uint32_t destIp, uint16_t *destMac)
Sets the IPMux destination.
bool netInit()
Initializes the network.
Manages the global system error.
struct PacketLog_s PacketLog_t
Packet log.
void resetPacketLog()
Reset the packet log.
This module is responsible for distributing error codes.
uint32_t netEventFailedCount()
Returns the number of events failed to be transmitted since the the function was previously invoked...
void netSetIp(uint8_t *ip)
Sets the Ip address to the network.
void netShowInfo(bool extended)
Shows network configuration information.