TShellUSB

From Ultibo.org
Revision as of 02:07, 22 July 2021 by Ultibo (Talk | contribs) (Created page with "Return to Unit ShellUSB __TOC__ === Description === ---- ''To be documented'' === Class definitions === ---- <div class="toccolours mw-collapsible mw-...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Return to Unit ShellUSB


Description


To be documented

Class definitions



TShellUSB = class(TShellCommand)

constructor Create;  
private
function USBFlagsToFlagNames(AFlags:LongWord):TStringList;  
function USBHostFlagsToFlagNames(AFlags:LongWord):TStringList;  
public
function DoHelp(AShell:TShell; ASession:TShellSession):Boolean; override;  
function DoInfo(AShell:TShell; ASession:TShellSession):Boolean; override;  
function DoCommand(AShell:TShell; ASession:TShellSession; AParameters:TStrings):Boolean; override;  


Function declarations



constructor Create;
Description: To be documented
Note None documented


function USBFlagsToFlagNames(AFlags:LongWord):TStringList;
Description: To be documented
Note None documented


function USBHostFlagsToFlagNames(AFlags:LongWord):TStringList;
Description: To be documented
Note None documented


function DoHelp(AShell:TShell; ASession:TShellSession):Boolean; override;
Description: To be documented
Note None documented


function DoInfo(AShell:TShell; ASession:TShellSession):Boolean; override;
Description: To be documented
Note None documented


function DoCommand(AShell:TShell; ASession:TShellSession; AParameters:TStrings):Boolean; override;
Description: To be documented
Note None documented


Return to Unit Reference