RangingStatus Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum RangingStatus
type RangingStatus =
- Inheritance
-
RangingStatus
Fields
| Name | Value | Description |
|---|---|---|
| Unspecified | -1 | |
| Success | 0 | |
| Fail | 1 | |
| ResponderDoesNotSupportIeee80211mc | 2 | |
| BusyTryLater | 12 | Individual range request status, getStatus(). Indicates that the ranging operation failed because the peer is busy and unable to handle the request at this time. The requester should try again after a suggested delay, which can be retrieved with getRetryAfterDurationMillis(). Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |