Results 1 to 2 of 2

Thread: API description for EzAUDAC

  1. #1
    Join Date
    Oct 2011
    Posts
    17

    Default API description for EzAUDAC

    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
    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);
    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?

    Thanks!

  2. #2
    Join Date
    Mar 2010
    Location
    Raleigh, NC
    Posts
    2,292

    Default

    It's the same as the EasyLase API. I'm pretty sure you can google around and find the docs for it.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •