Hi,
I just wnated to play around with some own software but until now the related documentation is missing. Meanwhile I found some headers defining functions prototypes
but without any additional description. So my question: is there a documentation available somewhere that describes what these functions are doing/which values they expect/what they return?Code:int EzAudDacGetCardNum(void); bool EzAudDacWriteFrame(const int *CardNum, const struct EAD_Pnt_s* data, int Bytes, unsigned short PPS); bool EzAudDacWriteFrameNR(const int *CardNum, const struct EAD_Pnt_s* data, int Bytes, unsigned short PPS, unsigned short Reps); int EzAudDacGetStatus(const int *CardNum); bool EzAudDacStop(const int *CardNum); bool EzAudDacClose(void);
Thanks!


Reply With Quote
