BACnetGetObjectIdentifierFromHandle (FUN)ΒΆ

FUNCTION BACnetGetObjectIdentifierFromHandle : IEC_BACNET_STATUS

Returns an object identifier and device instance number for the given object handle.

Return: IEC_BACNET_STATUS

InOut:

Scope

Name

Type

Comment

Return

BACnetGetObjectIdentifierFromHandle

IEC_BACNET_STATUS

Input

handleToObject

IEC_BACNET_HANDLE

A valid handle to the object.

pDeviceInstNumber

POINTER TO IEC_BACNET_INST_NUMBER

A pointer to store the device instance number.

pObjectId

POINTER TO IEC_BACNET_OBJECT_ID

A pointer to struct object identifier to store the object identifier.