Jump to content

UsbClose: Difference between revisions

From EDM2
Created page with "==Description== Releases access to a specific USB device. ==Syntax== <pre> ulrc=UsbClose(Handle) </pre> ==Parameters== ; Handle : ==Return Code== ===Errors=== [0000] -..."
(No difference)

Revision as of 22:12, 5 January 2017

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