BACnetGetObjectHandle (FUN)ΒΆ

FUNCTION BACnetGetObjectHandle : IEC_BACNET_HANDLE

Returns the object handle of the given object.

Returns the handle of an object given its object Identifier and the instance number of its Device.

Return: BAC_HANDLE or NUll if requested object is not found.

InOut:

Scope

Name

Type

Comment

Return

BACnetGetObjectHandle

IEC_BACNET_HANDLE

Input

instNumber

IEC_BACNET_INST_NUMBER

Instance number of a Device object.

pObjectID

POINTER TO IEC_BACNET_OBJECT_ID

A pointer to the object Identifier.