index.html
Main Page
|
modules.html
Modules
|
namespaces.html
Namespace List
|
hierarchy.html
Class Hierarchy
|
annotated.html
Data Structures
|
dirs.html
Directories
|
files.html
File List
|
namespacemembers.html
Namespace Members
|
functions.html
Data Fields
|
pages.html
Related Pages
DBusTransport Struct Reference
Object representing a transport such as a socket.
#_details
More...
#include <
dbus-transport-protected_8h-source.html
dbus-transport-protected.h
>
Data Fields
int
structDBusTransport.html#o0
refcount
Reference count.
const
structDBusTransportVTable.html
DBusTransportVTable
*
structDBusTransport.html#o1
vtable
Virtual methods for this instance.
structDBusConnection.html
DBusConnection
*
structDBusTransport.html#o2
connection
Connection owning this transport.
structDBusMessageLoader.html
DBusMessageLoader
*
structDBusTransport.html#o3
loader
Message-loading buffer.
structDBusAuth.html
DBusAuth
*
structDBusTransport.html#o4
auth
Authentication conversation.
structDBusCredentials.html
DBusCredentials
structDBusTransport.html#o5
credentials
Credentials of other end.
long
structDBusTransport.html#o6
max_live_messages_size
Max total size of received messages.
structDBusCounter.html
DBusCounter
*
structDBusTransport.html#o7
live_messages_size
Counter for size of all live messages.
char *
structDBusTransport.html#o8
address
Address of the server we are connecting to (
group__DBusMacros.html#ga4
NULL
for the server side of a transport).
char *
structDBusTransport.html#o9
expected_guid
GUID we expect the server to have,
group__DBusMacros.html#ga4
NULL
on server side or if we don't have an expectation.
DBusAllowUnixUserFunction
structDBusTransport.html#o10
unix_user_function
Function for checking whether a user is authorized.
void *
structDBusTransport.html#o11
unix_user_data
Data for unix_user_function.
group__DBusMemory.html#ga8
DBusFreeFunction
structDBusTransport.html#o12
free_unix_user_data
Function to free unix_user_data.
unsigned int
structDBusTransport.html#o13
disconnected
: 1
group__DBusMacros.html#ga2
TRUE
if we are disconnected.
unsigned int
structDBusTransport.html#o14
authenticated
: 1
Cache of auth state; use
group__DBusTransport.html#ga8
_dbus_transport_get_is_authenticated()
to query value.
unsigned int
structDBusTransport.html#o15
send_credentials_pending
: 1
group__DBusMacros.html#ga2
TRUE
if we need to send credentials
unsigned int
structDBusTransport.html#o16
receive_credentials_pending
: 1
group__DBusMacros.html#ga2
TRUE
if we need to receive credentials
unsigned int
structDBusTransport.html#o17
is_server
: 1
group__DBusMacros.html#ga2
TRUE
if on the server side
unsigned int
structDBusTransport.html#o18
unused_bytes_recovered
: 1
group__DBusMacros.html#ga2
TRUE
if we've recovered unused bytes from auth
Detailed Description
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
structDBusConnection.html
DBusConnection
.
Definition at line
dbus-transport-protected_8h-source.html#l00080
80
of file
dbus-transport-protected_8h-source.html
dbus-transport-protected.h
.
The documentation for this struct was generated from the following file:
dbus-transport-protected_8h-source.html
dbus-transport-protected.h
Generated on Tue Sep 13 01:28:08 2005 for D-BUS by
http://www.doxygen.org/index.html
doxygen
1.4.4
