getNumAvailableBeaconLocations method

bool getNumAvailableBeaconLocations(
  1. Pointer<UnsignedInt> puNumLocations
)

Implementation

bool getNumAvailableBeaconLocations(
  Pointer<UnsignedInt> puNumLocations,
) =>
    _getNumAvailableBeaconLocations.call(
      this,
      puNumLocations,
    );