qtnetwork Module Reference

QDns (Qt v2.2+)

QDns is fully implemented.

QHostAddress (Qt v2.2+)

QHostAddress(Q_UINT8 *ip6Addr);

Not yet implemented.

void setAddress(Q_UINT8 *ip6Addr);

Not yet implemented.

QServerSocket (Qt v2.2+)

QSocketDevice *socketDevice();

Not yet implemented.

QSocket (Qt v2.2+)

int readBlock(char *data, uint len);

This takes a single len parameter. The data is returned if there was no error, otherwise Py_None is returned.

int readLine(char *data, uint maxlen);

This takes a single maxlen parameter. The data is returned if there was no error, otherwise Py_None is returned.

virtual void setSocketDevice(QSocketDevice *device);

Not yet implemented. (Qt v3+)

QSocketDevice *socketDevice();

Not yet implemented.

int writeBlock(const char *data, uint len);

len is derived from data and not passed as a parameter.