#include <stdlib.h>
#include <stdio.h>
#include <unistd.h>
#include "sportident.h"
Go to the source code of this file.
Functions | |
int | CloseStation (si_station *station) |
A function to close the connection to the station. |
This Program/Library is open source software; you may redistribute and/or modify it as long as the resulting program/library is under a FOSS license or with the approval of the authors or owning group
This Program is distributed in hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE
This is a file is the implementtion of a CloseStation().
Definition in file closestation.c.
int CloseStation | ( | si_station * | station | ) |
A function to close the connection to the station.
this just resets the fd to zero and closes the connection to the station. so make sure that you free the station accordingly.
station | the staion to close |
Definition at line 33 of file closestation.c.