| struct DBusTransport |
Object representing a transport such as a socket. A transport can shuttle messages from point A to point B, and is the backend for a DBusConnection .
| Public Attributes | |
|---|---|
| char * | address |
| DBusAuth * | auth |
| unsigned int | authenticated |
| DBusConnection * | connection |
| DBusCredentials | credentials |
| unsigned int | disconnected |
| char * | expected_guid |
| DBusFreeFunction | free_unix_user_data |
| unsigned int | is_server |
| DBusCounter * | live_messages_size |
| DBusMessageLoader * | loader |
| long | max_live_messages_size |
| unsigned int | receive_credentials_pending |
| int | refcount |
| unsigned int | send_credentials_pending |
| void * | unix_user_data |
| DBusAllowUnixUserFunction | unix_user_function |
| unsigned int | unused_bytes_recovered |
| const DBusTransportVTable * | vtable |
| char * | address |
Address of the server we are connecting to (NULL for the server side of a transport)
| unsigned int | authenticated |
Cache of auth state; use _dbus_transport_get_is_authenticated() to query value
| char * | expected_guid |
GUID we expect the server to have, NULL on server side or if we don't have an expectation
| DBusFreeFunction | free_unix_user_data |
Function to free unix_user_data
| DBusCounter * | live_messages_size |
Counter for size of all live messages.
| unsigned int | receive_credentials_pending |
TRUE if we need to receive credentials
| unsigned int | send_credentials_pending |
TRUE if we need to send credentials
| DBusAllowUnixUserFunction | unix_user_function |
Function for checking whether a user is authorized.
| unsigned int | unused_bytes_recovered |
TRUE if we've recovered unused bytes from auth
| const DBusTransportVTable * | vtable |
Virtual methods for this instance.
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.