123456789101112131415161718192021222324252627282930 |
- /**********************************************************************
- *id.h
- *
- ***********************************************************************/
- #ifndef __ID_H
- #define __ID_H
- //extern unsigned char g_aucSTM32ID[12];
- //void GetSTM32ID(unsigned char *pID);
- //void GetSTM32ID1(int index);
- //void CheckSTM32ID1(void);
- void GetSTM32ID(unsigned char *pID);
- unsigned char GetRandBySTM32ID(void);
- unsigned long GetASNBySTM32ID(void);
- unsigned long getAKeyByPSN(unsigned long PSN);
- void MakeNetMac(unsigned char *MAC);
- void testAKeyByPSN(void);
- #endif
- /**********************************************************************/
|