BACnetDevice.SerialNumber (PROP) ¶ PROPERTY SerialNumber : STRING
BACnetEventEnrollment.GetEventParameters (METH) ¶ METHOD GetEventParameters : CmpBACnet.IEC_BACNET_STATUS Gets the value of the Event_Parameters-Property of this BACnet-EventEnrollment-Property. The returned pointer pEventParam is allocated with the corresponding data, whereas the user has to use FreeStackAllocatedMemory , to free the allocated memory after data usage. InOut: Scope Name Type Comment Return GetEventParameters CmpBACnet.IEC_BACNET_STATUS Output pEventParam POINTER TO CmpBACnet.IEC_BACNET_EVENT_PARAMETER The returned Pointer gets filled with the data of IEC_BACNET_EVENT_PARAMETER AND (!) the data referenced within evtParams. After usage, use FreeStackAllocatedMemory , to free the used memory again.
BACnetEventEnrollment.GetFaultParameters (METH) ¶ METHOD GetFaultParameters : CmpBACnet.IEC_BACNET_STATUS Gets the value of the Event_Parameters-Property of this BACnet-EventEnrollment-Property. The returned pointer pEventParam is allocated with the corresponding data, whereas the user has to use FreeStackAllocatedMemory , to free the allocated memory after data usage. InOut: Scope Name Type Comment Return GetFaultParameters CmpBACnet.IEC_BACNET_STATUS Output pFaultParam POINTER TO CmpBACnet.IEC_BACNET_FAULT_PARAMETER The returned Pointer gets filled with the data of IEC_BACNET_EVENT_PARAMETER AND (!) the data referenced within evtParams. After usage, use FreeStackAllocatedMemory , to free the used memory again.
BACnetEventEnrollment.SetEventParameters (METH) ¶ METHOD SetEventParameters : CmpBACnet.IEC_BACNET_STATUS Sets the value of the Event_Parameters-Property of this BACnet-EventEnrollment-Property. InOut: Scope Name Type Comment Return SetEventParameters CmpBACnet.IEC_BACNET_STATUS Input evtParam CmpBACnet.IEC_BACNET_EVENT_PARAMETER The event parameters structure to set for the Event_Parameters-Property.
BACnetEventEnrollment.SetFaultParameters (METH) ¶ METHOD SetFaultParameters : CmpBACnet.IEC_BACNET_STATUS Sets the value of the Event_Parameters-Property of this BACnet-EventEnrollment-Property. InOut: Scope Name Type Comment Return SetFaultParameters CmpBACnet.IEC_BACNET_STATUS Input faultParam CmpBACnet.IEC_BACNET_FAULT_PARAMETER The event parameters structure to set for the Event_Parameters-Property.
BACnetEventEnrollment.Reliability (PROP) ¶ PROPERTY Reliability : CmpBACnet.IEC_BACNET_RELIABILITY
BACnetEventEnrollment.ReliabilityEvaluationInhibit (PROP) ¶ PROPERTY ReliabilityEvaluationInhibit : BOOL
BACnetEventEnrollment.EventMessageTexts (PROP) ¶ PROPERTY EventMessageTexts : ARRAY [0..2] OF WSTRING(255)
BACnetEventEnrollment.EventMessageTextsConfig (PROP) ¶ PROPERTY EventMessageTextsConfig : ARRAY [0..2] OF WSTRING(255)
BACnetEventEnrollment.EventState (PROP) ¶ PROPERTY EventState : CmpBACnet.IEC_BACNET_EVENT_STATE