Unit Services

From Ultibo.org
Revision as of 04:37, 2 September 2016 by Ultibo (Talk | contribs)

Jump to: navigation, search

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


Return to Unit Reference