File: irobex_palm3.xml

package info (click to toggle)
libopenobex 1.7.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 972 kB
  • ctags: 1,552
  • sloc: ansic: 9,988; xml: 407; makefile: 96
file content (57 lines) | stat: -rw-r--r-- 1,901 bytes parent folder | download | duplicates (3)
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<?xml version="1.0" ?>
<!DOCTYPE reference PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
<reference id="openobex-apps">
  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="referenceinfo.xml" />

  <title>openobex</title>

  <refentry id="irobex_palm3">
    <refmeta>
      <refentrytitle>irobex_palm3</refentrytitle>
      <manvolnum>1</manvolnum>
      <refmiscinfo class="manual">User commands</refmiscinfo>
    </refmeta>
    <refnamediv>
      <refname>irobex_palm3</refname>
      <refpurpose>Send to or receive files from a Palm handheld device</refpurpose>
    </refnamediv>
    <refsynopsisdiv>
      <cmdsynopsis>
	<command>irobex_palm3</command>
	<arg choice="opt"><option>-h <replaceable>creator_id</replaceable></option></arg>
	<arg choice="opt"><replaceable>file...</replaceable></arg>
      </cmdsynopsis>
    </refsynopsisdiv>
    <refsect1>
      <title>Description</title>
      <para>
	irobex_palm3 is a small utility to transfer files
	from or to a Palm handheld device by using an infrared (IrDA) port.
	If no parameter is specified, the program goes into receive mode.
      </para>
      <para>
	This program is designed to be an example application for the openobex
	library.
      </para>
    </refsect1>
    <refsect1>
      <title>Options</title>
      <variablelist>
	<varlistentry>
          <term><option>-h</option></term>
          <listitem>
            <para>
	      Choose a creator ID, e.g. "memo", "addr", "todo", "date" or "Inch".
	      The id must be exactly 4 characters long and serves as hint for the
	      remote device and thus may be case-sensitive. The default is "memo".
	    </para>
          </listitem>
	</varlistentry>
      </variablelist>
    </refsect1>
    <refsect1>
      <title>See also</title>
      <para>ircp(1), irxfer(1)</para>
    </refsect1>
  </refentry>
</reference>