Contiki 2.5
Functions
rndis_protocol.h File Reference

    RNDIS Defines
More...

#include <stdint.h>
#include "ndis.h"

Go to the source code of this file.

Functions

uint8_t rndis_send_encapsulated_command (uint16_t wLength)
 Handles a "SEND ENCAPSULATED COMMAND" message. More...
 
uint8_t rndis_get_encapsulated_command (void)
 Handle "GET ENCAPSULATED COMMAND". More...
 
void rndis_send_interrupt (void)
 Send an interrupt over the interrupt endpoint to the host.
 
void rndis_query_process (void)
 Function to handle a RNDIS "QUERY" command in the encapsulated_buffer.
 
void rndis_set_process (void)
 Function to deal with a RNDIS "SET" command present in the encapsulated_buffer.
 
uint8_t rndis_send_status (rndis_Status_t stat)
 Send a status packet back to the host. More...
 
uint8_t rndis_send (uint8_t *senddata, uint16_t sendlen, uint8_t led)
 Send data over RNDIS interface, data is in uipbuf and length is uiplen.
 

Detailed Description

    RNDIS Defines
Author
Colin O'Flynn cofly.nosp@m.nn@n.nosp@m.ewae..nosp@m.com

Definition in file rndis_protocol.h.