object_index_to_instance_function typedef
object_index_to_instance_function = Pointer<NativeFunction<object_index_to_instance_functionFunction> >
Maps an object index position to its corresponding BACnet object instance
number.
@ingroup ObjHelpers
@param index in The index of the object, in the array of objects of its
type.
@return The BACnet object instance number to be used in a BACNET_OBJECT_ID.
Implementation
typedef object_index_to_instance_function =
ffi.Pointer<ffi.NativeFunction<object_index_to_instance_functionFunction>>;