BACnetGlobalGroup.AddGroupMember (METH) ¶ METHOD AddGroupMember : CmpBACnet.IEC_BACNET_STATUS Adds a group member (given by a BACnet-Object-Reference) and a group member name to the Group_Members-Property and the Group_Member_Names-Property of this BACnet-Object. Both the group member and its group member name are added simulatenously by this function. InOut: Scope Name Type Comment Return AddGroupMember CmpBACnet.IEC_BACNET_STATUS Input groupMember CmpBACnet.IEC_BACNET_DEV_OBJ_PROP_REFERENCE group member groupMemberName WSTRING(255) group member name
BACnetFile.Archive (PROP) ¶ PROPERTY Archive : BOOL
BACnetFile.CheckIfFileIsAvailableAtAll (METH) ¶ METHOD CheckIfFileIsAvailableAtAll : BOOL Returns if a given file is vailable or not. InOut: Scope Name Type Comment Return CheckIfFileIsAvailableAtAll BOOL Input fileID DWORD The file ID for whose file the availability gets checked.
BACnetFile.ModificationDate (PROP) ¶ PROPERTY ModificationDate : BACnetDateTime
BACnetFile.PLCLocalFileName (PROP) ¶ PROPERTY PLCLocalFileName : STRING Name of the local file on the PLC, which is used for storing and reading the data of the corresponding BACnet-File-Object.
BACnetFile.ProfileName (PROP) ¶ PROPERTY ProfileName : WSTRING(255)
BACnetFile.ReadFileModificationTime (METH) ¶ METHOD ReadFileModificationTime : BACnetDateTime InOut: Scope Name Type Return ReadFileModificationTime BACnetDateTime
BACnetFile.Description (PROP) ¶ PROPERTY Description : WSTRING(255)
BACnetFile.FileAccessMethod (PROP) ¶ PROPERTY FileAccessMethod : CmpBACnet.IEC_BACNET_FILE_ACCESS_METHOD
BACnetFile.ReadOnly (PROP) ¶ PROPERTY ReadOnly : BOOL