BACnetGetUserDataFromObjectHandle (FUN)ΒΆ

FUNCTION BACnetGetUserDataFromObjectHandle : POINTER TO IEC_BACNET_BYTE

Returns the attached user data pointer which has been attached with a call to ::BACnetAttachUserDataToObjectHandle.

Return: A void pointer with the users attached data or NULL.

InOut:

Scope

Name

Type

Comment

Return

BACnetGetUserDataFromObjectHandle

POINTER TO IEC_BACNET_BYTE

Input

handleToObject

IEC_BACNET_HANDLE

A valid handle to the object retrieved by a call to ::BACnetGetObjectHandle.