termb.h 399 B

12345678910111213
  1. int PASCAL InitComm(int port);
  2. int PASCAL InitCommExt();
  3. int PASCAL CloseComm();
  4. int PASCAL Authenticate();
  5. int PASCAL Read_Content( int active);
  6. int PASCAL Read_Content_Path(char* cPath, int active);
  7. int PASCAL GetDeviceID( char * pMsg );
  8. BSTR PASCAL GetSAMID();
  9. int PASCAL GetPhoto(char * Wlt_File);
  10. void PASCAL MfrInfo(char * cDeviceType,char * cDeviceCategory,char * cDeviceName,char * cMfr);