forked from livecode/livecode
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathclose-driver.lcdoc
More file actions
46 lines (30 loc) · 958 Bytes
/
close-driver.lcdoc
File metadata and controls
46 lines (30 loc) · 958 Bytes
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
Name: close driver
Type: command
Syntax: close driver <deviceName>
Summary:
Closes a <device driver> that was opened with the <open driver>
<command>.
Introduced: 1.1.1
OS: mac, windows, linux
Platforms: desktop, server
Security: disk
Example:
close driver (line 2 of the driverNames)
Example:
close driver "USBCam1"
Parameters:
deviceName:
The name of a device driver that's installed on the system and that you
have previously opened with the open driver command.
The result:
If you try to close a driver that is not already open, the result
function is set to.
Description:
Use the <close driver> <command> after you're finished communicating
with a <peripheral device>.
Any device drivers you have opened are closed automatically when you
quit the application.
References: close file (command), write to driver (command),
open driver (command), command (glossary), device driver (glossary),
peripheral device (glossary)
Tags: networking