Unit Services

From Ultibo.org
Revision as of 04:36, 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


Return to Unit Reference