mikroC
making it simple...
Eth_Arp_Response
Prototype
void Eth_Arp_Response(void);
Description
An automated ARP response. User should simply call this function once he detects the
ARP event on the NIC.
Requires
As specified for the entire library.
Example
Eth_Arp_Response();
Eth_Get_Icmp_Info
Prototype
void Eth_Get_Icmp_Info(void);
Description
Loads ICMP protocol information (from the header of the received ICMP packet) and
stores it to the PIC's Ethernet variables.
Requires
The card (NIC) must be properly initialized. See
called in a proper sequence, and before the
Example
Eth_Get_Icmp_Info();
Eth_Ping_Response
Prototype
void Eth_Ping_Response(void);
Description
An automated ICMP (Ping) response. User should call this function when answerring to
an ICMP/IP event.
Requires
As specified for the entire library.
Example
Eth_Ping_Response();
MikroElektronika: Development tools - Books - Compilers
mikroC - C Compiler for Microchip PIC microcontrollers
Eth_Init
Eth_Ping_Response
. Also, this function must be
.
179
page
Need help?
Do you have a question about the PIC Microcontrollers PIC12 and is the answer not in the manual?