close driver | |||||||
Type | command | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Summary | Closes a device driver that was opened with the open driver command. | ||||||
Introduced | 1.1.1 | ||||||
OS | mac, windows, linux | ||||||
Platforms | desktop, server | ||||||
Parameters |
| ||||||
Example |
| ||||||
Values |
| ||||||
Related | Command: close file, write to driver, open driver Glossary: command, device driver, peripheral device | ||||||
Security | disk | ||||||
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. | ||||||
Tags | networking |