00001
00021 #include <stdlib.h>
00022 #include <stdio.h>
00023 #include <unistd.h>
00024 #include "sportident.h"
00035 int ReadRaw(const si_station * station, unsigned char* buffer, int len)
00036 {
00037 return read(station->fd,buffer, len);
00038 }