BACnetEventLog.ReliabilityEvaluationInhibit (PROP) ¶ PROPERTY ReliabilityEvaluationInhibit : BOOL
BACnetEventLog.NotifyType (PROP) ¶ PROPERTY NotifyType : CmpBACnet.IEC_BACNET_NOTIFY_TYPE
BACnetEventLog.ProfileName (PROP) ¶ PROPERTY ProfileName : WSTRING(255)
BACnetFile.FileAccessMethod (PROP) ¶ PROPERTY FileAccessMethod : CmpBACnet.IEC_BACNET_FILE_ACCESS_METHOD
BACnetFile.FileSize (PROP) ¶ PROPERTY FileSize : CmpBACnet.IEC_BACNET_UNSIGNED
BACnetEventLog.StartTime (PROP) ¶ PROPERTY StartTime : BACnetDateTime
BACnetEventLog.StatusFlags (PROP) ¶ PROPERTY StatusFlags : STRING
BACnetEventLog.StopTime (PROP) ¶ PROPERTY StopTime : BACnetDateTime
BACnetEventLog.StopWhenFull (PROP) ¶ PROPERTY StopWhenFull : BOOL
BACnetGlobalGroup.GetGroupMember (METH) ¶ METHOD GetGroupMember : CmpBACnet.IEC_BACNET_STATUS Gets a group member (given by a BACnet-Object-Reference) and its name at index nIndex from the Group_Members-Property and the Group_Member_Names-Property of this BACnet-Object. Both the group member and its name are aquired simulatenously by this function. InOut: Scope Name Type Comment Return GetGroupMember CmpBACnet.IEC_BACNET_STATUS Input nIndex CmpBACnet.IEC_BACNET_ELEMENT_COUNT The 1 based index of the group member to get. Output groupMember CmpBACnet.IEC_BACNET_DEV_OBJ_PROP_REFERENCE The gotten group member after the method call. groupMemberName WSTRING(255) The name of the gotten group member after the method call.