Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
blob: a2f7a7c6792f3a7a76b4393ff9e72ae248f01b06 (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
27
28
29
30
31
32
33
34
35
36
37
38
39
<?xml version="1.0" encoding="UTF-8"?>
<?NLS TYPE="org.eclipse.help.contexts"?>
<!--
Copyright (c) 2007 Symbian Software Ltd. and others.
All rights reserved. This program and the accompanying materials 
are made available under the terms of the Eclipse Public License v1.0 
which accompanies this distribution, and is available at 
http://www.eclipse.org/legal/epl-v10.html 

Contributors: 
Javier Montalvo Orus (Symbian) - initial API and implementation
-->
<contexts>
  <context id="general">
    <description> Service Discovery allows detecting remote servers using different protocol and transports.</description>
    <topic href="SDWizard.html" label="Service Discovery Wizard"/>
  </context>
	
  <context id="address">
    <description>The address can be a multicast address or a multicast address can be suggested by checking the "multicast" checkbox.</description>
  </context>

  <context id="transport">
    <description>Transport to be used to query the remote device.</description>
  </context>

  <context id="protocol">
    <description>Discovery protocol to be used to query the remote device.</description>
  </context>

  <context id="query">
    <description>Message to be sent to the remote device to start the discovery process. It can be empty in some protocols.</description>
  </context>

  <context id="timeout">
    <description>Maximum amount of time (in ms) between replies before ending the discovery session.</description>
  </context>
	
</contexts>

Back to the top