SlowLink typedef

SlowLink = void Function(bool? uplink, int? lost)

Implementation

typedef void SlowLink(bool? uplink, int? lost);