I want to send out read or write attribute command continuously.
Considering buffer limitation, we usually add 100ms delay between two read or write attribute commands.
Since I need do something in zclSampleSw_ProcessInReadRspCmd and zclSampleSw_ProcessInWriteRspCmd,
I want to trigger my private events in zclSampleSw_ProcessInReadRspCmd and zclSampleSw_ProcessInWriteRspCmd.
In process of my private events, I would send out the next read and write attribute command.
Is it workable?
Thanks.