SndRead
Syntax | |
int SndRead(int fid, struct SndData *snd); | |
Header | |
superdarn/sndread.h | |
Library | |
snd | |
Description | |
The The data is read from the file with the descriptor given by the argument fid. The data is decoded and used to populate the | |
Returns | |
Returns zero on success. On error, (-1) is returned. | |
Errors | |
On error, (-1) is returned. | |
Example | |
None |