Difference between revisions of "Unit ConsoleShell"

From Ultibo.org
Jump to: navigation, search
 
Line 6: Line 6:
  
 
'''Ultibo Console Shell unit'''
 
'''Ultibo Console Shell unit'''
 
  
 
=== Constants ===
 
=== Constants ===

Latest revision as of 04:19, 19 June 2021

Return to Unit Reference


Description


Ultibo Console Shell unit

Constants



[Expand]
Console shell specific constants CONSOLE_SHELL_*


[Expand]
Console shell constants CONSOLE_SHELL_NAME*


[Expand]
Console shell command constants CONSOLE_SHELL_COMMAND_*


Type definitions


None defined

Class definitions



Console shell specific classes

TConsoleShell = class(TShell)
TConsoleSession = class(TShellSession)
TConsoleShellThread = class(TThread)
TConsoleShellExit = class(TShellCommand)


Public variables


None defined

Function declarations



Initialization functions

[Expand]
procedure ConsoleShellInit;
Description: To be documented


Console shell functions

[Expand]
function ConsoleShellFindByDevice(Console:PConsoleDevice):TConsoleShell;
Description: To be documented


Console shell helper functions

[Expand]
function ConsoleShellDeviceAdd(Console:PConsoleDevice; Force:Boolean):LongWord;
Description: To be documented


[Expand]
function ConsoleShellDeviceRemove(Console:PConsoleDevice):LongWord;
Description: To be documented


[Expand]
function ConsoleShellDeviceEnum(Console:PConsoleDevice; Data:Pointer):LongWord;
Description: To be documented


[Expand]
function ConsoleShellDeviceNotify(Device:PDevice; Data:Pointer; Notification:LongWord):LongWord;
Description: To be documented


Return to Unit Reference