ibutton_custom_event.h 438 B

12345678910111213141516
  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. iButtonCustomEventByteEditResult,
  8. iButtonCustomEventWorkerEmulated,
  9. iButtonCustomEventWorkerRead,
  10. iButtonCustomEventRpcLoad,
  11. iButtonCustomEventRpcExit,
  12. iButtonCustomEventRpcSessionClose,
  13. };