- 
                    
                    - All Implemented Interfaces:
- 
                            
                            android.os.Parcelable,java.io.Serializable
 
 public class AltBeacon extends Beacon The AltBeaconclass represents a single hardware AltBeacon detected by an Android device. It is more specific than theBeaconclass in that it provides access to the #mfgReserved field.An AltBeaconis identified by a unique three part identifier. The first identifier Id1 is normally used across an organization, the second identifier Id2 is used to group beacons and the third identifier Id3 is used to uniquely identify a specific beacon (in combination with the other two identifiers.)
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public classAltBeacon.BuilderBuilder class for AltBeacon objects. Provides a convenient way to set the various fields of a Beacon Example: Beacon beacon = new Beacon.Builder() .setId1("2F234454-CF6D-4A0F-ADF2-F4911BA9FFA6") .setId2("1") .setId3("2") .setMfgReserved(3); .build();
 - 
                                
                            
                                Field SummaryFields Modifier and Type Field Description public final static Parcelable.Creator<AltBeacon>CREATOR
 - 
                                
                            
                                Method SummaryModifier and Type Method Description intgetMfgReserved()Returns a field with a value from 0-255 that can be used for the purposes specified by the manufacturer. intdescribeContents()Required for making object Parcelable voidwriteToParcel(Parcel out, int flags)Required for making object Parcelable - 
                                            
                                        
                                            Methods inherited from class org.altbeacon.beacon.Beaconequals, getBeaconTypeCode, getBluetoothAddress, getBluetoothName, getDataFields, getDistance, getDistanceCalculator, getExtraDataFields, getFirstCycleDetectionTimestamp, getHardwareEqualityEnforced, getId1, getId2, getId3, getIdentifier, getIdentifiers, getLastCycleDetectionTimestamp, getManufacturer, getMeasurementCount, getPacketCount, getParserIdentifier, getRssi, getRunningAverageRssi, getRunningAverageRssi, getServiceUuid, getServiceUuid128Bit, getTxPower, hashCode, isExtraBeaconData, isMultiFrameBeacon, requestData, setDistanceCalculator, setExtraDataFields, setFirstCycleDetectionTimestamp, setHardwareEqualityEnforced, setLastCycleDetectionTimestamp, setPacketCount, setRssi, setRssiMeasurementCount, setRunningAverageRssi, toString
- 
                                            
                                        
                                            Methods inherited from class android.os.ParcelabledescribeContents, writeToParcel
- 
                                        
                                    
                                        Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
                    
                    
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        getMfgReservedint getMfgReserved() Returns a field with a value from 0-255 that can be used for the purposes specified by the manufacturer. The manufacturer specifications for the beacon should be checked before using this field, and the manufacturer should be checked against the Beacon#mManufacturer field 
 - 
                                        describeContentsint describeContents() Required for making object Parcelable 
 - 
                                        writeToParcelvoid writeToParcel(Parcel out, int flags) Required for making object Parcelable 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                                            
                                        
                                            
 
-