BACnetStructuredView.GetSubordinate (METH)ΒΆ

METHOD GetSubordinate : CmpBACnet.IEC_BACNET_STATUS

Gets a subordinate (given by a BACnet-Object-Reference) and a subordinate anotation at index nIndex from the Subordinate_List-Property and the Subordinate_Annotations-Property of this BACnet-Object. Both the subordinate and its annotation are aquired simulatenously by this function.

InOut:

Scope

Name

Type

Comment

Return

GetSubordinate

CmpBACnet.IEC_BACNET_STATUS

Input

nIndex

CmpBACnet.IEC_BACNET_ELEMENT_COUNT

The 1 based index of the subordnate to get.

Output

subordinate

CmpBACnet.IEC_BACNET_DEV_OBJ_REFERENCE

The gotten subordnate reference after the method call.

annotation

WSTRING(255)

The annotation of the gotten subordinate after the method call.