UniSaSA  1.0
C Gateway
serialConnector.h
1 #ifndef _UNISASA_SERIAL_CONNECTOR_H_
2 #define _UNISASA_SERIAL_CONNECTOR_H_
3 
4 #include "connector.h"
5 
6 connectorInterface_t createSerialConnector(const char*,unsigned int);
7 
8 #endif
9