Gio.OutputMessage¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
address |
r/w |
a |
|
bytes_sent |
r/w |
initialize to 0. Will be set to the number of bytes that have been sent |
|
control_messages |
r/w |
a pointer to an array of |
|
num_control_messages |
r/w |
number of elements in control_messages. |
|
num_vectors |
r/w |
the number of output vectors pointed to by vectors. |
|
vectors |
r/w |
pointer to an array of output vectors |
Methods¶
None
Details¶
- class Gio.OutputMessage¶
Structure used for scatter/gather data output when sending multiple messages or packets in one go. You generally pass in an array of
Gio.OutputVectors
and the operation will use all the buffers as if they were one buffer.If address is
None
then the message is sent to the default receiver (as previously set byGio.Socket.connect
()).New in version 2.44.