manages the initial driver communication port
Marcel Sondaar
Public Domain
| drivercom.c | manages the initial driver communication port |
| Functions | |
| drv_sendmessage | sends a message over communication port |
| drv_setname | |
| drv_peekmessage | Checks if a message is waiting |
| drv_readmessage | Reads the message from the queue |
void drv_sendmessage( unsigned int dest, unsigned int size, char * buffer )
sends a message over communication port
| dest | address of the receiving object |
| size | size of the data to be send |
| buffer | pointer to the data to send |
sends a message over communication port
void drv_sendmessage( unsigned int dest, unsigned int size, char * buffer )
void drv_setname( int service, int index )
Checks if a message is waiting
int drv_peekmessage( void )
Reads the message from the queue
int drv_readmessage( char * dest )