forked from livecode/livecode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathclose-driver.xml
More file actions
executable file
·59 lines (46 loc) · 2.03 KB
/
Copy pathclose-driver.xml
File metadata and controls
executable file
·59 lines (46 loc) · 2.03 KB
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
58
59
<doc>
<legacy_id>2166</legacy_id>
<name>close driver</name>
<type>command</type>
<syntax>
<example>close driver <i>deviceName</i></example>
</syntax>
<synonyms>
</synonyms>
<summary>Closes a <glossary tag="device driver">device driver</glossary> that was opened with the <command tag="open driver">open driver</command> <glossary tag="command">command</glossary>.</summary>
<examples>
<example>close driver (line 2 of the driverNames)</example>
<example>close driver "USBCam1"</example>
</examples>
<history>
<introduced version="1.1.1">Added.</introduced>
<deprecated version=""></deprecated>
<removed version=""></removed>
<changed version="2.0">2.0</changed>
<experimental version=""></experimental>
<nonexperimental version=""></nonexperimental>
</history>
<objects>
</objects>
<platforms>
<mac/>
<windows/>
<linux/>
</platforms>
<classes>
<desktop/>
<server/>
<web/>
</classes>
<security>
<disk/>
</security>
<classification>
<category>Networks & Communication</category>
</classification>
<references>
<command tag="write to driver">write to driver Command</command>
<command tag="close file">close file Command</command>
</references>
<description>Use the <b>close driver</b> <glossary tag="command">command</glossary> after you're finished communicating with a <glossary tag="peripheral device">peripheral device</glossary>.<p></p><p><b>Parameters:</b></p><p>The <i>deviceName</i> is the name of a <glossary tag="device driver">device driver</glossary> that's installed on the system and that you have previously opened with the <command tag="open driver">open driver</command> <glossary tag="command">command</glossary>.</p><p></p><p><b>Comments:</b></p><p>Any device drivers you have opened are closed automatically when you quit the application.</p><p></p><p>If you try to close a driver that is not already open, the <b>result</b> function is set to.</p><p></p><p></p><p></p><change><p>Support for using serial drivers with OS X systems was added in version 2.0.</change></description>
</doc>