UNION_BACNET_OBJECT_SPECIFIER (UNION)

TYPE UNION_BACNET_OBJECT_SPECIFIER : UNION

This data type is the helper data type which describes two ways of identifying an instance of object to create. object may be identified either by object-Type or by object-Identifier. This data type contains a field which may be either CREATE_OBJECT_TYPE or CREATE_OBJECT_ID and a value of either object-ID or object-Type.

InOut:

Name

Type

Comment

typ

IEC_BACNET_OBJECT_TYPE

The object type which shall be created.

objectID

IEC_BACNET_OBJECT_ID

The object identifier which shall be created.