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
dir_000000.html
mono
&raquo
dir_000002.html
example
EchoClient.cs
00001
namespace
Foo
00002 {
00003
using
System;
00004
using
DBus;
00005
classFoo_1_1EchoClient.html
00006
public
class
classFoo_1_1EchoClient.html
EchoClient
00007   {
classFoo_1_1EchoClient.html#e0
00008
public
static
int
classFoo_1_1EchoClient.html#e0
Main
(string [] args)
00009     {
00010
classDBus_1_1Connection.html
Connection
connection =
classDBus_1_1Bus.html
Bus
.GetSessionBus();
00011
classDBus_1_1Service.html
Service
service =
classDBus_1_1Service.html
Service
.Get(connection,
"org.freedesktop.Test"
);
00012
classFoo_1_1Echoer.html
Echoer
echoer = (
classFoo_1_1Echoer.html
Echoer
)
00013         service.
classDBus_1_1Service.html#a4
GetObject
(typeof(
classFoo_1_1Echoer.html
Echoer
),
"/org/freedesktop/Test/Echoer"
);
00014       System.Console.WriteLine(echoer.
classFoo_1_1Echoer.html#a0
Echo
(
"Hello world!"
));
00015
00016
return
0;
00017     }
00018   }
00019 }
Generated on Tue Sep 13 01:28:08 2005 for D-BUS by
http://www.doxygen.org/index.html
doxygen
1.4.4
