OnixS SGX Derivatives Handler for C++  2.17.0.0
Event Listeners

To be notified about the information received from SGX event listeners should be registered with the Handler object using the following methods:

Note
Handler Event handling/listening is a synchronous operation. So it's highly recommended to avoid time-consuming tasks inside event handlers.
Attention
OnixS::Sgx::Handler::disconnect should NOT be called from Handler's event handler.