Contiki 2.5
Functions
XgNicLanc111

Functions

int lanc111_init (void)
 Send Ethernet packet. More...
 

Detailed Description

Function Documentation

int lanc111_init ( void  )

Send Ethernet packet.

Parameters
devIdentifies the device to use.
nbNetwork buffer structure containing the packet to be sent. The structure must have been allocated by a previous call NutNetBufAlloc().
Returns
0 on success, -1 in case of any errors.

Definition at line 1344 of file lanc111.c.