TWebStatusDevices

From Ultibo.org
Revision as of 05:57, 4 June 2018 by Ultibo (Talk | contribs) (Created page with "Return to Unit WebStatus __TOC__ === Description === ---- ''To be documented'' === Class definitions === ---- <div class="toccolours mw-collapsible m...")

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

Return to Unit WebStatus


Description


To be documented

Class definitions



TWebStatusDevices = class(TWebStatusSub)

public
constructor Create(AMain:TWebStatusMain);  
private
function ClockFlagsToFlagNames(AFlags:LongWord):TStringList;  
function TimerFlagsToFlagNames(AFlags:LongWord):TStringList;  
function RandomFlagsToFlagNames(AFlags:LongWord):TStringList;  
function MailboxFlagsToFlagNames(AFlags:LongWord):TStringList;  
function WatchdogFlagsToFlagNames(AFlags:LongWord):TStringList;  
protected
function DoGet(AHost:THTTPHost; ARequest:THTTPServerRequest; AResponse:THTTPServerResponse):Boolean; override;  
public
 


Function declarations



constructor TWebStatusDevices.Create(AMain:TWebStatusMain);
Description: To be documented
Note None documented


function TWebStatusDevices.ClockFlagsToFlagNames(AFlags:LongWord):TStringList;
Description: To be documented
Note None documented


function TWebStatusDevices.TimerFlagsToFlagNames(AFlags:LongWord):TStringList;
Description: To be documented
Note None documented


function TWebStatusDevices.RandomFlagsToFlagNames(AFlags:LongWord):TStringList;
Description: To be documented
Note None documented


function TWebStatusDevices.MailboxFlagsToFlagNames(AFlags:LongWord):TStringList;
Description: To be documented
Note None documented


function TWebStatusDevices.WatchdogFlagsToFlagNames(AFlags:LongWord):TStringList;
Description: To be documented
Note None documented


function TWebStatusDevices.DoGet(AHost:THTTPHost; ARequest:THTTPServerRequest; AResponse:THTTPServerResponse):Boolean;
Description: To be documented
Note None documented


Return to Unit Reference