buttonPrefix.h 325 B

1234567891011121314151617181920
  1. //
  2. // Created by malek on 23-3-2016.
  3. //
  4. #ifndef INTERNETRADIO_BUTTONPREFIX_H
  5. #define INTERNETRADIO_BUTTONPREFIX_H
  6. #endif //INTERNETRADIO_BUTTONPREFIX_H
  7. struct _LeftButtons getButtonPrefix();
  8. struct _LeftButtons
  9. {
  10. u_short id;
  11. u_short bid;
  12. char name[16];
  13. char ip[24];
  14. u_short port;
  15. char url[24];
  16. };