object_name_function typedef

Provides the BACnet Object_Name for a given object instance of this type. @ingroup ObjHelpers @param object_instance in The object instance number to be looked up. @param object_name in,out Pointer to a character_string structure that will hold a copy of the object name if this is a valid object_instance. @return True if the object_instance is valid and object_name has been filled with a copy of the Object's name.

Implementation

typedef object_name_function =
    ffi.Pointer<ffi.NativeFunction<object_name_functionFunction>>;