ibutton_custom_event.h 477 B

1234567891011121314151617
  1. #pragma once
  2. enum iButtonCustomEvent {
  3. // Reserve first 100 events for button types and indexes, starting from 0
  4. iButtonCustomEventReserved = 100,
  5. iButtonCustomEventBack,
  6. iButtonCustomEventTextEditResult,
  7. iButtonCustomEventByteEditChanged,
  8. iButtonCustomEventByteEditResult,
  9. iButtonCustomEventWorkerEmulated,
  10. iButtonCustomEventWorkerRead,
  11. iButtonCustomEventRpcLoad,
  12. iButtonCustomEventRpcExit,
  13. iButtonCustomEventRpcSessionClose,
  14. };