rr_handler_functionFunction typedef
rr_handler_functionFunction =
Int Function(Pointer<Uint8> apdu, Pointer<BACNET_READ_RANGE_DATA> pRequest)
Implementation
typedef rr_handler_functionFunction =
ffi.Int Function(
ffi.Pointer<ffi.Uint8> apdu,
ffi.Pointer<BACNET_READ_RANGE_DATA> pRequest,
);