public final class IBeaconPropertyValidator
extends java.lang.Object
| Modifier and Type | Method and Description | 
|---|---|
static void | 
validateMajor(int major)
Validates Beacon major value the value should be within the range [0, 65535]. 
 | 
static void | 
validateMinor(int minor)
Validates Beacon minor value the value should be within the range [0, 65535] 
 | 
public static void validateMajor(int major)
major - the majorpublic static void validateMinor(int minor)
minor - the minor