IEC_BACNET_CREATE_OBJECT_INFO (STRUCT)ΒΆ

TYPE IEC_BACNET_CREATE_OBJECT_INFO : STRUCT

The Create-object-Info data structure contains the information for the Create-object application hook and Create-object request.

InOut:

Name

Type

Comment

objectSpecifier

IEC_BACNET_OBJECT_SPECIFIER

This parameter contains information about the type of object that is to be created. The datatype is a choice between an object type and an object identifier. If the object type choice is used, the specified object type shall become the value of the Object_Type property of the newly created object and the responding BACnet-user shall select an object identifier. If the object identifier choice is used, an object with this particular object identifier shall be created.

fValuesPresent

IEC_BACNET_BOOLEAN

If set to True the list of initial values is valid.

nValuesCount

IEC_BACNET_ELEMENT_COUNT

Number of entries in the list of values.

pValues

POINTER TO IEC_BACNET_PROPERTY_VALUE

This parameter contains a list of BACnetPropertyValues that will be used to initialize the values of the specified properties of the newly created object.