mikroC
making it simple...
Eth_Arp_ResponsemikroC - C Compiler for Microchip PIC microcontrollers
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_InfoPrototype | 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 Eth_Init. Also, this function must be called in a proper sequence, and before the Eth_Ping_Response.
Example Eth_Get_Icmp_Info();
Eth_Ping_ResponsePrototype | 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(); |
|
|
|
| page |
|
MikroElektronika: Development tools - Books - Compilers | 179 | ||
|
|