BACnetDevice.ProtocolServicesSupported (PROP) ¶ PROPERTY ProtocolServicesSupported : STRING Supported services. The meaning of each bit in this Bit-String can be found in the BACnet standard. The preconfigured value of 1111111111111011110010000011110011111011 corresponds to the service abilities provided by this BACnet Stack/API/Library and which are implementable using this API. At least 37 bits are needed.
BACnetDevice.ProtocolVersion (PROP) ¶ PROPERTY ProtocolVersion : CmpBACnet.IEC_BACNET_UNSIGNED
BACnetDevice.RestoreCompletionTime (PROP) ¶ PROPERTY RestoreCompletionTime : CmpBACnet.IEC_BACNET_UNSIGNED
BACnetDevice.RestorePreparationTime (PROP) ¶ PROPERTY RestorePreparationTime : CmpBACnet.IEC_BACNET_UNSIGNED
BACnetDevice.SegmentationSupported (PROP) ¶ PROPERTY SegmentationSupported : CmpBACnet.IEC_BACNET_SEGMENTATION
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.