JMremote.h 185 B

1234567891011
  1. #ifndef _JM_UDP_H_
  2. #define _JM_UDP_H_
  3. #include "pxTools.h"
  4. int Remote_listen(char *IP);
  5. void Remote_stop();
  6. void Remote_send(char *buf,int len);
  7. s64 get_timeStamp();
  8. #endif