dtmf_dolphin_event.h 516 B

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