Share via


CLRegionState Enum

Definition

An enumeration whose values specify whether the device is inside or outside a region or unknown.

[ObjCRuntime.Native]
public enum CLRegionState
[<ObjCRuntime.Native>]
type CLRegionState = 
Inheritance
CLRegionState
Attributes

Fields

Name Value Description
Unknown 0

The device's relation to the region could not be determined.

Inside 1

The device is inside the region.

Outside 2

The device is outside the region.

Applies to