DBusTransportSocket Struct Reference
[DBusTransport implementations for sockets]

Implementation details of DBusTransportSocket. More...


Data Fields

DBusTransport base
 Parent instance.
int fd
 File descriptor.
DBusWatchread_watch
 Watch for readability.
DBusWatchwrite_watch
 Watch for writability.
int max_bytes_read_per_iteration
 To avoid blocking too long.
int max_bytes_written_per_iteration
 To avoid blocking too long.
int message_bytes_written
 Number of bytes of current outgoing message that have been written.
DBusString encoded_outgoing
 Encoded version of current outgoing message.
DBusString encoded_incoming
 Encoded version of current incoming data.


Detailed Description

Implementation details of DBusTransportSocket.

All members are private.

Definition at line 48 of file dbus-transport-socket.c.


Field Documentation

File descriptor.

Definition at line 51 of file dbus-transport-socket.c.

Referenced by _dbus_transport_new_for_socket().

Watch for readability.

Definition at line 52 of file dbus-transport-socket.c.

Referenced by _dbus_transport_new_for_socket().

Watch for writability.

Definition at line 53 of file dbus-transport-socket.c.

Referenced by _dbus_transport_new_for_socket().

To avoid blocking too long.

Definition at line 55 of file dbus-transport-socket.c.

Referenced by _dbus_transport_new_for_socket().

To avoid blocking too long.

Definition at line 56 of file dbus-transport-socket.c.

Referenced by _dbus_transport_new_for_socket().


The documentation for this struct was generated from the following file:

Generated on Wed May 13 13:46:38 2009 for D-Bus by  doxygen 1.5.6