ipSos.h 180 B

12345678
  1. #ifndef __IP_SOS_H_
  2. #define __IP_SOS_H_
  3. void ipSosStartNow(void);
  4. void ipSosLogic(unsigned char socketID);
  5. void ipSosDataProcess(unsigned char *data, unsigned short len);
  6. #endif