mikroC - C Compiler for Microchip PIC microcontrollers
Eth_Get_Hdr_Chksum
Prototype
void Eth_Get_Hdr_Chksum(void);
Description
Loads and returns the header checksum of the received IP packet.
Requires
The card (NIC) must be properly initialized. See
calls must be obeyed (see the
Example
Eth_Get_Hdr_Chksum();
Eth_Get_Source_Ip_Address
Prototype
void Eth_Get_Source_Ip_Address(void);
Description
Loads and returns the IP address of the sender of the received IP packet.
Requires
The card (NIC) must be properly initialized. See
calls must be obeyed (see the
Example
Eth_Get_Source_Ip_Address();
Eth_Get_Dest_Ip_Address
Prototype
void Eth_Get_Dest_Ip_Address(void);
Description
Loads the IP address of the received IP packet for which the packet is designated.
Requires
The card (NIC) must be properly initialized. See
calls must be obeyed (see the
Example
Eth_Get_Dest_Ip_Address();
page
178
function in the supplied Ethernet example).
Ip_Event
function in the supplied Ethernet example).
Ip_Event
function in the supplied Ethernet example).
Ip_Event
MikroElektronika: Development tools - Books - Compilers
. Also, a proper sequence of
Eth_Init
. Also, a proper sequence of
Eth_Init
. Also, a proper sequence of
Eth_Init
mikroC
making it simple...
Need help?
Do you have a question about the PIC Microcontrollers PIC12 and is the answer not in the manual?