source: de.wigbels.ruby/mob2archiv/doc/files/m2a_rb.html@ dc12dfc

Last change on this file since dc12dfc was bc5d5b2, checked in by njw <njw@…>, 16 years ago

Initial Import

  • Property mode set to 100755
File size: 4.9 KB
RevLine 
[bc5d5b2]1<?xml version="1.0" encoding="iso-8859-1"?>
2<!DOCTYPE html
3 PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
6<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
7<head>
8 <title>File: m2a.rb</title>
9 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
10 <meta http-equiv="Content-Script-Type" content="text/javascript" />
11 <link rel="stylesheet" href=".././rdoc-style.css" type="text/css" media="screen" />
12 <script type="text/javascript">
13 // <![CDATA[
14
15 function popupCode( url ) {
16 window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
17 }
18
19 function toggleCode( id ) {
20 if ( document.getElementById )
21 elem = document.getElementById( id );
22 else if ( document.all )
23 elem = eval( "document.all." + id );
24 else
25 return false;
26
27 elemStyle = elem.style;
28
29 if ( elemStyle.display != "block" ) {
30 elemStyle.display = "block"
31 } else {
32 elemStyle.display = "none"
33 }
34
35 return true;
36 }
37
38 // Make codeblocks hidden by default
39 document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
40
41 // ]]>
42 </script>
43
44</head>
45<body>
46
47
48
49 <div id="fileHeader">
50 <h1>m2a.rb</h1>
51 <table class="header-table">
52 <tr class="top-aligned-row">
53 <td><strong>Path:</strong></td>
54 <td>m2a.rb
55 </td>
56 </tr>
57 <tr class="top-aligned-row">
58 <td><strong>Last Update:</strong></td>
59 <td>Tue Aug 23 20:43:38 CEST 2005</td>
60 </tr>
61 </table>
62 </div>
63 <!-- banner header -->
64
65 <div id="bodyContent">
66
67
68
69 <div id="contextContent">
70
71 <div id="description">
72 <p>
73A little script that copies imagefiles from your Sony Ericsson K700i
74mobilephone to &lt;destination&gt;
75</p>
76
77 </div>
78
79
80 </div>
81
82 <div id="method-list">
83 <h3 class="section-bar">Methods</h3>
84
85 <div class="name-list">
86 <a href="#M000002">doCrudeObexAppComm</a>&nbsp;&nbsp;
87 <a href="#M000003">getObexIOObject</a>&nbsp;&nbsp;
88 <a href="#M000001">usage</a>&nbsp;&nbsp;
89 </div>
90 </div>
91
92 </div>
93
94
95 <!-- if includes -->
96
97 <div id="section">
98
99
100 <div id="constants-list">
101 <h3 class="section-bar">Constants</h3>
102
103 <div class="name-list">
104 <table summary="Constants">
105 <tr class="top-aligned-row context-row">
106 <td class="context-item-name">BD_ADDR</td>
107 <td>=</td>
108 <td class="context-item-value">&quot;trebroN&quot;</td>
109 <td width="3em">&nbsp;</td>
110 <td class="context-item-desc">
111SE K700i organizes the camera pictures in Bilder/camera_semc
112
113</td>
114 </tr>
115 <tr class="top-aligned-row context-row">
116 <td class="context-item-name">OBEX_DIR1</td>
117 <td>=</td>
118 <td class="context-item-value">&quot;Bilder&quot;</td>
119 </tr>
120 <tr class="top-aligned-row context-row">
121 <td class="context-item-name">OBEX_DIR2</td>
122 <td>=</td>
123 <td class="context-item-value">&quot;camera_semc&quot;</td>
124 </tr>
125 </table>
126 </div>
127 </div>
128
129
130
131
132
133
134 <!-- if method_list -->
135 <div id="methods">
136 <h3 class="section-bar">Public Instance methods</h3>
137
138 <div id="method-M000002" class="method-detail">
139 <a name="M000002"></a>
140
141 <div class="method-heading">
142 <a href="m2a_rb.src/M000002.html" target="Code" class="method-signature"
143 onclick="popupCode('m2a_rb.src/M000002.html');return false;">
144 <span class="method-name">doCrudeObexAppComm</span><span class="method-args">()</span>
145 </a>
146 </div>
147
148 <div class="method-description">
149 </div>
150 </div>
151
152 <div id="method-M000003" class="method-detail">
153 <a name="M000003"></a>
154
155 <div class="method-heading">
156 <a href="m2a_rb.src/M000003.html" target="Code" class="method-signature"
157 onclick="popupCode('m2a_rb.src/M000003.html');return false;">
158 <span class="method-name">getObexIOObject</span><span class="method-args">()</span>
159 </a>
160 </div>
161
162 <div class="method-description">
163 </div>
164 </div>
165
166 <div id="method-M000001" class="method-detail">
167 <a name="M000001"></a>
168
169 <div class="method-heading">
170 <a href="m2a_rb.src/M000001.html" target="Code" class="method-signature"
171 onclick="popupCode('m2a_rb.src/M000001.html');return false;">
172 <span class="method-name">usage</span><span class="method-args">()</span>
173 </a>
174 </div>
175
176 <div class="method-description">
177 <p>
178A little script that copies imagefiles from your Sony Ericsson K700i
179mobilephone to &lt;destination&gt;
180</p>
181 </div>
182 </div>
183
184
185 </div>
186
187
188 </div>
189
190
191<div id="validator-badges">
192 <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
193</div>
194
195</body>
196</html>
Note: See TracBrowser for help on using the repository browser.