IBACnetPropertyConfiguration.GetPropertyAttributes (METH) ¶ METHOD GetPropertyAttributes : BOOL Gets the property attributes of a given object property. Returns FALSE, if no propAttr for objID/propID is provided. InOut: Scope Name Type Return GetPropertyAttributes BOOL Input objID CmpBACnet.IEC_BACNET_OBJECT_ID propID CmpBACnet.IEC_BACNET_PROPERTY_ID Output propAttr BACnetPropertyAttributes
IBACnetPropertyConfiguration.Name (PROP) ¶ PROPERTY Name : STRING
IBACnetPersistence.GetPersistenceInfos (METH) ¶ METHOD GetPersistenceInfos : CmpBACnet.IEC_BACNET_STATUS Gets information which objects had been stored. This method allocates pInfo, the caller has to free pInfo using IBACnetPersistence.FreePersistenceInfos . InOut: Scope Name Type Comment Return GetPersistenceInfos CmpBACnet.IEC_BACNET_STATUS Output numInfo UDINT Number of stored objects. pInfo POINTER TO BACnetPersistenceInfo Array of information about stored objects.
IBACnetPersistence.Name (PROP) ¶ PROPERTY Name : STRING
IBACnetPersistence (ITF) ¶ INTERFACE IBACnetPersistence Interface for BACnet persistence implementations. Properties: Name RestoreClientCreatedObjects Methods: DumpDataBase FreePersistenceInfos FreeUpdatePropertiesBuffer GetPersistenceInfos UpdateProperties Structure: DumpDataBase (Method) FreePersistenceInfos (Method) FreeUpdatePropertiesBuffer (Method) GetPersistenceInfos (Method) Name (Property) RestoreClientCreatedObjects (Property) UpdateProperties (Method)
IBACnetPersistence.DumpDataBase (METH) ¶ METHOD DumpDataBase : CmpBACnet.IEC_BACNET_STATUS Dumps the object database to persistent storage. InOut: Scope Name Type Return DumpDataBase CmpBACnet.IEC_BACNET_STATUS
Persistence ¶ BACnetPersistenceInfo (Struct) IBACnetPersistence (Interface) DumpDataBase (Method) FreePersistenceInfos (Method) FreeUpdatePropertiesBuffer (Method) GetPersistenceInfos (Method) Name (Property) RestoreClientCreatedObjects (Property) UpdateProperties (Method)
BACnetPersistenceInfo (STRUCT) ¶ TYPE BACnetPersistenceInfo : STRUCT Information which objects had been stored/restored. InOut: Name Type Initial devInstance CmpBACnet.IEC_BACNET_DWORD objID CmpBACnet.IEC_BACNET_OBJECT_ID wasClientCreated BOOL restored BOOL FALSE
PropertyConfiguration ¶ IBACnetPropertyConfiguration (Interface) GetPropertyAttributes (Method) Name (Property)
IBACnetPropertyConfiguration (ITF) ¶ INTERFACE IBACnetPropertyConfiguration Interface for BACnet property configuration (plugin) implementations. Properties: Name Methods: GetPropertyAttributes Structure: GetPropertyAttributes (Method) Name (Property)