Set an attribute in the simulated PPS object.
#include <qpps/simulator.h>
bool clientSetAttribute( QObject *client,
const QString &name,
const QByteArray &value,
const QByteArray &encoding );
Set the name attribute to value using the specified encoding, in the PPS object represented by client.
Returns true if the attribute was written successfully, false otherwise.