Jump to content

UsbClose

From EDM2
Revision as of 22:12, 5 January 2017 by Martini (talk | contribs) (Created page with "==Description== Releases access to a specific USB device. ==Syntax== <pre> ulrc=UsbClose(Handle) </pre> ==Parameters== ; Handle : ==Return Code== ===Errors=== [0000] -...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Description

Releases access to a specific USB device.

Syntax

ulrc=UsbClose(Handle)

Parameters

Handle

Return Code

Errors

 [0000] - NO_ERROR
 [1B58] - USB_NOT_INIT (7000)
 [FF13] - ERROR_I24_INVALID_PARAMETER

Remarks

Example Code


Related Functions