BACnetPulseConverter.Units (PROP) ¶ PROPERTY Units : CmpBACnet.IEC_BACNET_ENGINEERING_UNITS
BACnetPulseConverter.OutOfService (PROP) ¶ PROPERTY OutOfService : BOOL
BACnetPulseConverter.PresentValue (PROP) ¶ PROPERTY PresentValue : CmpBACnet.IEC_BACNET_REAL
BACnetPulseConverter.StatusFlags (PROP) ¶ PROPERTY StatusFlags : STRING
BACnetPulseConverter.TimeDelay (PROP) ¶ PROPERTY TimeDelay : CmpBACnet.IEC_BACNET_UNSIGNED
BACnetPulseConverter.ProfileName (PROP) ¶ PROPERTY ProfileName : WSTRING(255)
BACnetPulseConverter.Reliability (PROP) ¶ PROPERTY Reliability : CmpBACnet.IEC_BACNET_RELIABILITY
BACnetPulseConverter.LimitEnable (PROP) ¶ PROPERTY LimitEnable : STRING
BACnetPulseConverter.LowLimit (PROP) ¶ PROPERTY LowLimit : CmpBACnet.IEC_BACNET_REAL
BACnetSchedule.GetPresentValue (METH) ¶ METHOD GetPresentValue : CmpBACnet.IEC_BACNET_STATUS Gets the contents of the Present_Value-Property of this BACnet-Object. Eventually, if value wasn’t allocated before the call of this function, the retriefed value.Buffer.pBuffer pointer has to be freed using FreeStackAllocatedMemory again! InOut: Scope Name Type Comment Return GetPresentValue CmpBACnet.IEC_BACNET_STATUS Inout value CmpBACnet.IEC_BACNET_PROPERTY_CONTENTS value.buffer.pBuffer has to have an allocated memory, which fits the data’s needs (is at least allocated big enough!) or has to be freed using FreeStackAllocatedMemory after usage!