IEC_BACNET_TEMPLATE_OBJECT (STRUCT)ΒΆ

TYPE IEC_BACNET_TEMPLATE_OBJECT : STRUCT

This defines an object template which is part of an device.

It is used for constructing objects in the server API database. For every object that an device has a single object template structure is needed.

InOut:

Name

Type

Comment

numberOfProperties

IEC_BACNET_UINT

Count of properties the object has.

propertyInstances

POINTER TO IEC_BACNET_PROPERTY_INSTANCE

Array of properties and values for this object.