ei_pingpong
Callback Object
Interface for ensuring a roundtrip to the client implementation.
This interface is identical to ei_callback
but is intended for
the EIS implementation to enforce a roundtrip to the client.
Requests
ei_pingpong.done
Since Version1 Request Opcode0
ei_pingpong.done(callback_data)
Argument | Type | Summary |
---|---|---|
callback_data | uint64 |
request-specific data for the callback |
Destructor
Immediately after sending this request, the object is considered destroyed by the EIS implementation. It must no longer be used by the client.
Informs the EIS implementation when the associated event is finished.
The client must destroy the ei_pingpong
object immediately after this
request and as such the server must not attempt to use it after that
point.