Skip to main content
summaryrefslogtreecommitdiffstats
blob: ca9f91ebd79ab75965bf607fde8e867430ca917e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<html>
<head>
<meta name="copyright" content="Copyright (c) Symbian Software Ltd 2007. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<meta http-equiv="Content-Style-Type" content="text/css">
<link rel="stylesheet" href="../book.css" charset="ISO-8859-1" type="text/css">
<title>Transport</title>
</head>
<body>
<h1>Transport</h1>
<p>  
Transport defines how the remote devices are accessed to be queried for available services.<br/>
Transports have to be specified as extensions of org.eclipse.tm.discovery.engine.discoveryTransport.<br/>
</p>
<p>
Examples of transport are:
<ul>
<li>UDP</li>
<li>TCP</li>
<li>serial</li>
<li>...</li>
</ul> 
</p>
</body>
</html>

Back to the top