Difference between revisions of "Unit ConsoleShell"
From Ultibo.org
Line 364: | Line 364: | ||
{| class="wikitable" style="font-size: 14px; background: white;" | {| class="wikitable" style="font-size: 14px; background: white;" | ||
|- | |- | ||
− | ! | + | ! Note |
| None documented | | None documented | ||
|- | |- | ||
Line 379: | Line 379: | ||
{| class="wikitable" style="font-size: 14px; background: white;" | {| class="wikitable" style="font-size: 14px; background: white;" | ||
|- | |- | ||
− | ! | + | ! Note |
| None documented | | None documented | ||
|- | |- | ||
Line 394: | Line 394: | ||
{| class="wikitable" style="font-size: 14px; background: white;" | {| class="wikitable" style="font-size: 14px; background: white;" | ||
|- | |- | ||
− | ! | + | ! Note |
| None documented | | None documented | ||
|- | |- | ||
Line 406: | Line 406: | ||
{| class="wikitable" style="font-size: 14px; background: white;" | {| class="wikitable" style="font-size: 14px; background: white;" | ||
|- | |- | ||
− | ! | + | ! Note |
| None documented | | None documented | ||
|- | |- | ||
Line 418: | Line 418: | ||
{| class="wikitable" style="font-size: 14px; background: white;" | {| class="wikitable" style="font-size: 14px; background: white;" | ||
|- | |- | ||
− | ! | + | ! Note |
| None documented | | None documented | ||
|- | |- | ||
Line 430: | Line 430: | ||
{| class="wikitable" style="font-size: 14px; background: white;" | {| class="wikitable" style="font-size: 14px; background: white;" | ||
|- | |- | ||
− | ! | + | ! Note |
| None documented | | None documented | ||
|- | |- |
Revision as of 01:01, 25 April 2018
Return to Unit Reference
Contents
[hide]Description
Ultibo Console Shell unit
To be documented
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
[Expand]
TConsoleShell = class(TShell)
Console session
[Expand]
TConsoleSession = class(TShellSession)
Console shell thread
[Expand]
TConsoleShellThread = class(TThread)
Console shell exit
[Expand]
TConsoleShellExit = class(TShellCommand)
Public variables
None defined
Function declarations
Initialization functions
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