Difference between revisions of "Unit ShellUSB"

From Ultibo.org
Jump to: navigation, search
 
Line 5: Line 5:
 
----
 
----
  
'''Ultibo USB Shell extension unit'''
+
'''Ultibo USB Shell Extension unit'''
  
 
=== Constants ===
 
=== Constants ===

Latest revision as of 06:07, 31 August 2021

Return to Unit Reference


Description


Ultibo USB Shell Extension unit

Constants



[Expand]
Shell USB command SHELL_USB_COMMAND_*


[Expand]
Shell USB action SHELL_USB_ACTION_*


[Expand]
Shell USB item SHELL_USB_ITEM_*


Type definitions



Shell USB data

[Expand]

PShellUSBData = ^TShellUSBData;

TShellUSBData = record


Class definitions



Shell USB specific classes

TShellUSB = class(TShellCommand)


Public variables


None defined

Function declarations



Initialization functions

[Expand]
procedure ShellUSBInit;
Description: To be documented


Shell USB helper functions

[Expand]
function ShellUSBLogDeviceCallback(Device:PUSBDevice; Data:Pointer):LongWord;
Description: To be documented


[Expand]
function ShellUSBLogTreeCallback(Device:PUSBDevice; Data:Pointer):LongWord;
Description: To be documented


[Expand]
function ShellUSBHostEnumerate(Host:PUSBHost; Data:Pointer):LongWord;
Description: To be documented


[Expand]
function ShellUSBDeviceEnumerate(Device:PUSBDevice; Data:Pointer):LongWord;
Description: To be documented


[Expand]
function ShellUSBDriverEnumerate(Driver:PUSBDriver; Data:Pointer):LongWord;
Description: To be documented


Return to Unit Reference