Abl-electronic PIC Microcontrollers PIC16 Bedienungsanleitung Seite 186

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 312
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 185
mikroC
- C Compiler for Microchip PIC microcontrollers
mikroC
making it simple...
178
MikroElektronika:
Development
tools
-
Books
-
Compilers
page
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 Eth_Init. Also, a proper sequence of
calls must be obeyed (see the Ip_Event function in the supplied Ethernet example).
Example
Eth_Get_Dest_Ip_Address();
Eth_Get_Dest_Ip_Address
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 Eth_Init. Also, a proper sequence of
calls must be obeyed (see the
Ip_Event function in the supplied Ethernet example).
Example
Eth_Get_Hdr_Chksum();
Eth_Get_Hdr_Chksum
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 Eth_Init. Also, a proper sequence of
calls must be obeyed (see the Ip_Event function in the supplied Ethernet example).
Example
Eth_Get_Source_Ip_Address();
Eth_Get_Source_Ip_Address
Seitenansicht 185
1 2 ... 181 182 183 184 185 186 187 188 189 190 191 ... 311 312

Kommentare zu diesen Handbüchern

Keine Kommentare