Dartobject_name_functionFunction typedef

Dartobject_name_functionFunction = bool Function(int object_instance, Pointer<BACNET_CHARACTER_STRING> object_name)

Implementation

typedef Dartobject_name_functionFunction =
    bool Function(
      int object_instance,
      ffi.Pointer<BACNET_CHARACTER_STRING> object_name,
    );