Embedded Xinu Operating System
An ongoing research project and educational operating system.
 All Data Structures Files Functions Variables Typedefs Enumerations Macros Groups Pages
Functions
rtpWrite.c File Reference
#include <device.h>
#include <stddef.h>
#include <rtp.h>

Functions

devcall rtpWrite (device *devptr, void *buf, uint len)
 

Function Documentation

devcall rtpWrite ( device *  devptr,
void *  buf,
uint  len 
)

Tell a RTP device to send a packet with the specified data

Parameters
devptrRTP device table entry
bufBuffer of data to be sent
lenLength of data to be sent
Returns
OK if the packet was sent, otherwise SYSERR