SndFread
Syntax | |
int SndFread(FILE *fp, struct SndData *snd); | |
Header | |
superdarn/sndread.h | |
Library | |
snd | |
Description | |
The The data is read from the open stream pointed to by the argument fp. 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 |