object_name_functionFunction typedef

object_name_functionFunction = Bool Function(Uint32 object_instance, Pointer<BACNET_CHARACTER_STRING> object_name)

Implementation

typedef object_name_functionFunction =
    ffi.Bool Function(
      ffi.Uint32 object_instance,
      ffi.Pointer<BACNET_CHARACTER_STRING> object_name,
    );