CDPClientResponse

Functions

~CDPClientResponse

void

setStringData

Detailed Description

class CDPClientResponse

Response from the data provider to the client for the given request.

The use of return data is entirely up to the creator of the data provider and the user of it. EnvisionDesktop/EnvisionWeb will not intercept, change or interpret them in any way.

Public Functions

inline virtual ~CDPClientResponse()
virtual void setStringData(const CDPString &data) = 0

Any response from the data provider to the host/client application.