Contiki 2.5
Functions
slipdev.h File Reference

SLIP header file. More...

#include "uip.h"

Go to the source code of this file.

Functions

void slipdev_char_put (u8_t c)
 Put a character on the serial device. More...
 
u8_t slipdev_char_poll (u8_t *c)
 Poll the serial device for a character. More...
 
void slipdev_init (void)
 Initialize the SLIP module. More...
 
u8_t slipdev_send (void)
 Send the packet in the uip_buf and uip_appdata buffers using the SLIP protocol. More...
 
u16_t slipdev_poll (void)
 Poll the SLIP device for an available packet. More...
 

Detailed Description

SLIP header file.

Author
Adam Dunkels adam@.nosp@m.dunk.nosp@m.els.c.nosp@m.om

Definition in file slipdev.h.