CDPClientRequest

Functions

~CDPClientRequest

const CDPString &

message

const CDPString &

data

Detailed Description

class CDPClientRequest

Request from the client to be processed by the data provider.

The use of message and 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 ~CDPClientRequest()
virtual const CDPString &message() const = 0

Returns the message part of the client request.

Might be a command, a token or something that identifies the request.

virtual const CDPString &data() const = 0

Returns any data pertinent to the given request.