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 | To be documented |
|---|
NTP functions
procedure NTPUpdateTime(Client:TNTPClient);
Description: To be documented
| Note | To be documented |
|---|
SysLog functions
function SysLogLoggingStart(Logging:PLoggingDevice):LongWord;
Description: To be documented
| Note | To be documented |
|---|
function SysLogLoggingStop(Logging:PLoggingDevice):LongWord;
Description: To be documented
| Note | To be documented |
|---|
function SysLogLoggingOutput(Logging:PLoggingDevice; const Data:String):LongWord;
Description: To be documented
| Note | To be documented |
|---|
function SysLogLoggingOutputEx(Logging:PLoggingDevice; Facility,Severity:LongWord; const Tag,Content:String):LongWord;
Description: To be documented
| Note | To be documented |
|---|
function SysLogLoggingGetTarget(Logging:PLoggingDevice):String;
Description: To be documented
| Note | To be documented |
|---|
Service helper functions
procedure ServiceLog(Level:LongWord;const AText:String);
Description: To be documented
| Note | To be documented |
|---|
procedure ServiceLogInfo(const AText:String);
Description: To be documented
| Note | To be documented |
|---|
procedure ServiceLogError(const AText:String);
Description: To be documented
| Note | To be documented |
|---|
procedure ServiceLogDebug(const AText:String);
Description: To be documented
| Note | To be documented |
|---|
NTP helper functions
function NTPTimestampToHost(const Timestamp:TNTPTimestamp):TNTPTimestamp;
Description: Convert an NTP Timestamp to Host order
| Note | To be documented |
|---|
function NTPTimestampToNetwork(const Timestamp:TNTPTimestamp):TNTPTimestamp;
Description: Convert an NTP Timestamp to Network order
| Note | To be 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 | To be documented |
|---|
function TelnetCommandHasOption(Command:Byte):Boolean;
Description: To be documented
| Note | To be documented |
|---|
function TelnetOptionToString(Option:Byte):String;
Description: To be documented
| Note | To be documented |
|---|
Return to Unit Reference