dtmf_dolphin_event.h 552 B

123456789101112131415161718192021
  1. #pragma once
  2. typedef enum {
  3. DTMFDolphinEventVolumeUp = 0,
  4. DTMFDolphinEventVolumeDown,
  5. DTMFDolphinDialerOkCB,
  6. DTMFDolphinEventStartDialer,
  7. DTMFDolphinEventStartBluebox,
  8. DTMFDolphinEventStartRedboxUS,
  9. DTMFDolphinEventStartRedboxUK,
  10. DTMFDolphinEventStartRedboxCA,
  11. DTMFDolphinEventStartMisc,
  12. DTMFDolphinEventPlayTones,
  13. DTMFDolphinEventStopTones,
  14. DTMFDolphinEventDMAHalfTransfer,
  15. DTMFDolphinEventDMAFullTransfer,
  16. } DTMFDolphinEvent;
  17. typedef struct {
  18. DTMFDolphinEvent type;
  19. } DTMFDolphinCustomEvent;