public method IO2GResponse.getRequestID

Brief

Gets the identifier of the corresponding request.

Declaration
C++
virtual const char *  getRequestID () = 0

Details

Responses of the TablesUpdates type do not have corresponding requests. For these responses, the method returns an empty string.

Declared in IO2GResponse

back