Unit Services
From Ultibo.org
Return to Unit Reference
Description
To be documented
Constants
To be documented
Type definitions
To be documented
Public variables
To be documented
Function declarations
Initialization functions
procedure ServicesInit;
Description: To be documented
Note | None documented |
---|
NTP functions
procedure NTPUpdateTime(Client:TNTPClient);
Description: To be documented
Note | None documented |
---|
SysLog functions
function SysLogLoggingStart(Logging:PLoggingDevice):LongWord;
Description: To be documented
Note | None documented |
---|
function SysLogLoggingStop(Logging:PLoggingDevice):LongWord;
Description: To be documented
Note | None documented |
---|
function SysLogLoggingOutput(Logging:PLoggingDevice; const Data:String):LongWord;
Description: To be documented
Note | None documented |
---|
function SysLogLoggingOutputEx(Logging:PLoggingDevice; Facility,Severity:LongWord; const Tag,Content:String):LongWord;
Description: To be documented
Note | None documented |
---|
function SysLogLoggingGetTarget(Logging:PLoggingDevice):String;
Description: To be documented
Note | None documented |
---|
Service helper functions
procedure ServiceLog(Level:LongWord;const AText:String);
Description: To be documented
Note | None documented |
---|
procedure ServiceLogInfo(const AText:String);
Description: To be documented
Note | None documented |
---|
procedure ServiceLogError(const AText:String);
Description: To be documented
Note | None documented |
---|
procedure ServiceLogDebug(const AText:String);
Description: To be documented
Note | None documented |
---|
NTP helper functions
function NTPTimestampToHost(const Timestamp:TNTPTimestamp):TNTPTimestamp;
Description: Convert an NTP Timestamp to Host order
Note | None documented |
---|
function NTPTimestampToNetwork(const Timestamp:TNTPTimestamp):TNTPTimestamp;
Description: Convert an NTP Timestamp to Network order
Note | None documented |
---|
function NTPTimestampAdd(const Timestamp1,Timestamp2:TNTPTimestamp):TNTPTimestamp;
Description: To be documented
Note | Expects Timestamp to be in Host order |
---|
function NTPTimestampSubtract(const Timestamp1,Timestamp2:TNTPTimestamp):TNTPTimestamp;
Description: To be documented
Note | Expects Timestamp to be in Host order |
---|
function ClockTimeToNTPTimestamp(const Time:Int64):TNTPTimestamp;
Description: To be documented
Note | Returns Timestamp in Host order |
---|
function NTPTimestampToClockTime(const Timestamp:TNTPTimestamp):Int64;
Description: To be documented
Note | Expects Timestamp to be in Host order |
---|
Telnet helper functions
function TelnetCommandToString(Command:Byte):String;
Description: To be documented
Note | None documented |
---|
function TelnetCommandHasOption(Command:Byte):Boolean;
Description: To be documented
Note | None documented |
---|
function TelnetOptionToString(Option:Byte):String;
Description: To be documented
Note | None documented |
---|
SysLog helper functions
function FileTimeToSysLogDateTime(const AFileTime:TFileTime):String;
Description: To be documented
Note | None documented |
---|
function LoggingFacilityToSysLogFacility(Facility:LongWord):LongWord;
Description: To be documented
Note | None documented |
---|
function LoggingSeverityToSysLogSeverity(Severity:LongWord):LongWord;
Description: To be documented
Note | None documented |
---|
Return to Unit Reference