GetSystemTimeZone (FUN) ¶ FUNCTION GetSystemTimeZone : Util.ERROR Determines the time zone set for the current controller and fills the passed structure with the corresponding data. See: tzTimeZone in |GetLocalDateTime| InOut: Scope Name Type Return GetSystemTimeZone Util.ERROR Inout tzTimeZone TimeZone
PersistenceWriteProperty (FUN) ¶ FUNCTION PersistenceWriteProperty : CmpBACnet.IEC_BACNET_STATUS Implementation helper function for ObjectPersistence and BackupRestore InOut: Scope Name Type Return PersistenceWriteProperty CmpBACnet.IEC_BACNET_STATUS Input hFile RTS_IEC_HANDLE pPropertyHeader POINTER TO PERSISTENT_PDATA_ENTRY rawBuffer CmpBACnet.IEC_BACNET_BUFFER Output result RTS_IEC_RESULT
PropAddrString (FUN) ¶ FUNCTION PropAddrString : STRING InOut: Scope Name Type Return PropAddrString STRING Input devInstance CmpBACnet.IEC_BACNET_DWORD objID CmpBACnet.IEC_BACNET_OBJECT_ID propID CmpBACnet.IEC_BACNET_PROPERTY_ID
PropertyContentToString (FUN) ¶ FUNCTION PropertyContentToString : STRING Tries to build a string represenation for some property types InOut: Scope Name Type Comment Return PropertyContentToString STRING Input objectID CmpBACnet.IEC_BACNET_OBJECT_ID optional to encode enums, to ignore set objectID.typ := CmpBACnet.IEC_BACNET_OBJECT_TYPE._OBJ_MAX_SIZE propID CmpBACnet.IEC_BACNET_PROPERTY_ID optional to encode enums, to ignore set propID := CmpBACnet.IEC_BACNET_PROPERTY_ID._PROP_MAX_SIZE propertyContents CmpBACnet.IEC_BACNET_PROPERTY_CONTENTS
RTS_SYSTIMEDATE_TO_STRING (FUN) ¶ FUNCTION RTS_SYSTIMEDATE_TO_STRING : STRING InOut: Scope Name Type Return RTS_SYSTIMEDATE_TO_STRING STRING Input std SYSTIMEDATE
SysTimeDateToString (FUN) ¶ FUNCTION SysTimeDateToString : STRING(255) InOut: Scope Name Type Return SysTimeDateToString STRING(255) Input std SysTimeDate
Time2BACnetDateTime (FUN) ¶ FUNCTION Time2BACnetDateTime : BACnet.BACnetDateTime Converts a timestamp into BACnet.BACnetDateTime InOut: Scope Name Type Comment Return Time2BACnetDateTime BACnet.BACnetDateTime Input uliDateTime ULINT timestamp in milliseconds since 1.1.1970 00:00:00.000
Time2BACnetTimeStamp (FUN) ¶ FUNCTION Time2BACnetTimeStamp : BACnet.BACnetTimeStamp Converts a timestamp into BACnet.BACnetTimeStamp InOut: Scope Name Type Comment Return Time2BACnetTimeStamp BACnet.BACnetTimeStamp Input uliDateTime ULINT timestamp in milliseconds since 1.1.1970 00:00:00.000
TimeZoneSegmentToString (FUN) ¶ FUNCTION TimeZoneSegmentToString : STRING InOut: Scope Name Type Return TimeZoneSegmentToString STRING Input seg Segment
TimeSync_SvcAppHook.BACnetEventCallback (METH) ¶ METHOD BACnetEventCallback : BOOL Hook callback for IEC_BACNET_CB_TYPE.CB_TIME_SYNC InOut: Scope Name Type Comment Return BACnetEventCallback BOOL Input EventId DWORD If only one event is possibly called, the following Ids can be ignored. If there are more at least the EventId should be checked, to get the right type of pParameter. ID of the occured Event. Contains the class and the event (see CmpBACnet.EVENTIDS) usParamId WORD Id of the parameter structure (see pParameter and CmpBACnet.EVENTIDS) usVersion WORD Version of the parameter structure (see pParameter and CmpBACnet.EVENTIDS) pParameter POINTER TO BYTE Pointer to the event specific parameter, that is specified by Id (see CmpBACnet.EVENTIDS and CmpBACnet, i.e. EVT_BACNET_ACKALARM)